1. Packages
  2. Incapsula Provider
  3. API Docs
  4. SiemLogConfiguration
incapsula 3.33.0 published on Wednesday, Apr 30, 2025 by imperva

incapsula.SiemLogConfiguration

Explore with Pulumi AI

incapsula logo
incapsula 3.33.0 published on Wednesday, Apr 30, 2025 by imperva

    Provides a resource to configure a log connection.

    Dependency is on existing connection, created using the incapsula.SiemConnection or incapsula.SiemSplunkConnection resource.

    Create SiemLogConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SiemLogConfiguration(name: string, args: SiemLogConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def SiemLogConfiguration(resource_name: str,
                             args: SiemLogConfigurationArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def SiemLogConfiguration(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             configuration_name: Optional[str] = None,
                             connection_id: Optional[str] = None,
                             datasets: Optional[Sequence[str]] = None,
                             enabled: Optional[bool] = None,
                             producer: Optional[str] = None,
                             account_id: Optional[str] = None,
                             compress_logs: Optional[bool] = None,
                             format: Optional[str] = None,
                             logs_level: Optional[str] = None,
                             public_key: Optional[str] = None,
                             public_key_file_name: Optional[str] = None,
                             siem_log_configuration_id: Optional[str] = None)
    func NewSiemLogConfiguration(ctx *Context, name string, args SiemLogConfigurationArgs, opts ...ResourceOption) (*SiemLogConfiguration, error)
    public SiemLogConfiguration(string name, SiemLogConfigurationArgs args, CustomResourceOptions? opts = null)
    public SiemLogConfiguration(String name, SiemLogConfigurationArgs args)
    public SiemLogConfiguration(String name, SiemLogConfigurationArgs args, CustomResourceOptions options)
    
    type: incapsula:SiemLogConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SiemLogConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SiemLogConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SiemLogConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SiemLogConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SiemLogConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var siemLogConfigurationResource = new Incapsula.SiemLogConfiguration("siemLogConfigurationResource", new()
    {
        ConfigurationName = "string",
        ConnectionId = "string",
        Datasets = new[]
        {
            "string",
        },
        Enabled = false,
        Producer = "string",
        AccountId = "string",
        CompressLogs = false,
        Format = "string",
        LogsLevel = "string",
        PublicKey = "string",
        PublicKeyFileName = "string",
        SiemLogConfigurationId = "string",
    });
    
    example, err := incapsula.NewSiemLogConfiguration(ctx, "siemLogConfigurationResource", &incapsula.SiemLogConfigurationArgs{
    	ConfigurationName: pulumi.String("string"),
    	ConnectionId:      pulumi.String("string"),
    	Datasets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Enabled:                pulumi.Bool(false),
    	Producer:               pulumi.String("string"),
    	AccountId:              pulumi.String("string"),
    	CompressLogs:           pulumi.Bool(false),
    	Format:                 pulumi.String("string"),
    	LogsLevel:              pulumi.String("string"),
    	PublicKey:              pulumi.String("string"),
    	PublicKeyFileName:      pulumi.String("string"),
    	SiemLogConfigurationId: pulumi.String("string"),
    })
    
    var siemLogConfigurationResource = new SiemLogConfiguration("siemLogConfigurationResource", SiemLogConfigurationArgs.builder()
        .configurationName("string")
        .connectionId("string")
        .datasets("string")
        .enabled(false)
        .producer("string")
        .accountId("string")
        .compressLogs(false)
        .format("string")
        .logsLevel("string")
        .publicKey("string")
        .publicKeyFileName("string")
        .siemLogConfigurationId("string")
        .build());
    
    siem_log_configuration_resource = incapsula.SiemLogConfiguration("siemLogConfigurationResource",
        configuration_name="string",
        connection_id="string",
        datasets=["string"],
        enabled=False,
        producer="string",
        account_id="string",
        compress_logs=False,
        format="string",
        logs_level="string",
        public_key="string",
        public_key_file_name="string",
        siem_log_configuration_id="string")
    
    const siemLogConfigurationResource = new incapsula.SiemLogConfiguration("siemLogConfigurationResource", {
        configurationName: "string",
        connectionId: "string",
        datasets: ["string"],
        enabled: false,
        producer: "string",
        accountId: "string",
        compressLogs: false,
        format: "string",
        logsLevel: "string",
        publicKey: "string",
        publicKeyFileName: "string",
        siemLogConfigurationId: "string",
    });
    
    type: incapsula:SiemLogConfiguration
    properties:
        accountId: string
        compressLogs: false
        configurationName: string
        connectionId: string
        datasets:
            - string
        enabled: false
        format: string
        logsLevel: string
        producer: string
        publicKey: string
        publicKeyFileName: string
        siemLogConfigurationId: string
    

    SiemLogConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SiemLogConfiguration resource accepts the following input properties:

    ConfigurationName string
    Name of the configuration.
    ConnectionId string
    The id of the connection for this log configuration.
    Datasets List<string>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    Enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    Producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    AccountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    CompressLogs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    Format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    LogsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    PublicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    PublicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    SiemLogConfigurationId string
    Unique identifier of the log configuration.
    ConfigurationName string
    Name of the configuration.
    ConnectionId string
    The id of the connection for this log configuration.
    Datasets []string
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    Enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    Producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    AccountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    CompressLogs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    Format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    LogsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    PublicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    PublicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    SiemLogConfigurationId string
    Unique identifier of the log configuration.
    configurationName String
    Name of the configuration.
    connectionId String
    The id of the connection for this log configuration.
    datasets List<String>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled Boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    producer String
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    accountId String
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs Boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    format String
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel String
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    publicKey String
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName String

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId String
    Unique identifier of the log configuration.
    configurationName string
    Name of the configuration.
    connectionId string
    The id of the connection for this log configuration.
    datasets string[]
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    accountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    publicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId string
    Unique identifier of the log configuration.
    configuration_name str
    Name of the configuration.
    connection_id str
    The id of the connection for this log configuration.
    datasets Sequence[str]
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    producer str
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    account_id str
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compress_logs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    format str
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logs_level str
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    public_key str
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    public_key_file_name str

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siem_log_configuration_id str
    Unique identifier of the log configuration.
    configurationName String
    Name of the configuration.
    connectionId String
    The id of the connection for this log configuration.
    datasets List<String>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled Boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    producer String
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    accountId String
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs Boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    format String
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel String
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    publicKey String
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName String

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId String
    Unique identifier of the log configuration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SiemLogConfiguration resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing SiemLogConfiguration Resource

    Get an existing SiemLogConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SiemLogConfigurationState, opts?: CustomResourceOptions): SiemLogConfiguration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            compress_logs: Optional[bool] = None,
            configuration_name: Optional[str] = None,
            connection_id: Optional[str] = None,
            datasets: Optional[Sequence[str]] = None,
            enabled: Optional[bool] = None,
            format: Optional[str] = None,
            logs_level: Optional[str] = None,
            producer: Optional[str] = None,
            public_key: Optional[str] = None,
            public_key_file_name: Optional[str] = None,
            siem_log_configuration_id: Optional[str] = None) -> SiemLogConfiguration
    func GetSiemLogConfiguration(ctx *Context, name string, id IDInput, state *SiemLogConfigurationState, opts ...ResourceOption) (*SiemLogConfiguration, error)
    public static SiemLogConfiguration Get(string name, Input<string> id, SiemLogConfigurationState? state, CustomResourceOptions? opts = null)
    public static SiemLogConfiguration get(String name, Output<String> id, SiemLogConfigurationState state, CustomResourceOptions options)
    resources:  _:    type: incapsula:SiemLogConfiguration    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    CompressLogs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    ConfigurationName string
    Name of the configuration.
    ConnectionId string
    The id of the connection for this log configuration.
    Datasets List<string>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    Enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    Format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    LogsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    Producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    PublicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    PublicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    SiemLogConfigurationId string
    Unique identifier of the log configuration.
    AccountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    CompressLogs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    ConfigurationName string
    Name of the configuration.
    ConnectionId string
    The id of the connection for this log configuration.
    Datasets []string
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    Enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    Format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    LogsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    Producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    PublicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    PublicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    SiemLogConfigurationId string
    Unique identifier of the log configuration.
    accountId String
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs Boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    configurationName String
    Name of the configuration.
    connectionId String
    The id of the connection for this log configuration.
    datasets List<String>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled Boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    format String
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel String
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    producer String
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    publicKey String
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName String

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId String
    Unique identifier of the log configuration.
    accountId string
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    configurationName string
    Name of the configuration.
    connectionId string
    The id of the connection for this log configuration.
    datasets string[]
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    format string
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel string
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    producer string
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    publicKey string
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName string

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId string
    Unique identifier of the log configuration.
    account_id str
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compress_logs bool
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    configuration_name str
    Name of the configuration.
    connection_id str
    The id of the connection for this log configuration.
    datasets Sequence[str]
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled bool
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    format str
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logs_level str
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    producer str
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    public_key str
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    public_key_file_name str

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siem_log_configuration_id str
    Unique identifier of the log configuration.
    accountId String
    The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

    • configurationName - (Required) Unique configuration name.
    compressLogs Boolean
    Boolean - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: true/ false
    configurationName String
    Name of the configuration.
    connectionId String
    The id of the connection for this log configuration.
    datasets List<String>
    An array of strings representing the type of logs. Values: ABP for provider type ABP CONNECTION, NETFLOW, IP, ATTACK,NOTIFICATIONS for provider type NETSEC ATO for provider type ATO AUDIT_TRAIL for provider type AUDIT GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY, DOMAIN_DISCOVERY_ENFORCE_MODE, CSP_HEADER_HEALTH for provider type CSP WAF_RAW_LOGS, CLOUD_WAF_ACCESS for provider type CLOUD_WAF WAF_ANALYTICS_LOGS for provider type ATTACK_ANALYTICS
    enabled Boolean
    Boolean. Values: true/ false

    • connectionId - (Required) Connection id associated with this log configuration
    format String
    Log format - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers. Values: CEF, W3C , LEEF
    logsLevel String
    Security log level - compatible only with CLOUD_WAF producer. Values: NONE, FULL, SECURITY
    producer String
    Provider type. Values: ABP, NETSEC, ATO, AUDIT, CLOUD_WAF, ATTACK_ANALYTICS
    publicKey String
    Public key for encryption - compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.
    publicKeyFileName String

    The name of the public key file corresponding to the public_key field. This is compatible only with CLOUD_WAF and ATTACK_ANALYTICS producers.

    Note: The connection should be chosen according to conjunction of producer and dataset:

    | producer | datasets | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ABP | ABP | | NETSEC | CONNECTION, NETFLOW, IP, ATTACK, NOTIFICATIONS | | ATO | ATO | | AUDIT | AUDIT_TRAIL | | CSP | GOOGLE_ANALYTICS_IDS, SIGNIFICANT_DOMAIN_DISCOVERY, SIGNIFICANT_SCRIPT_DISCOVERY, SIGNIFICANT_DATA_TRANSFER_DISCOVERY,DOMAIN_DISCOVERY_ENFORCE_MODE,CSP_HEADER_HEALTH | | CLOUD_WAF | WAF_RAW_LOGS, CLOUD_WAF_ACCESS | | ATTACK_ANALYTICS | WAF_ANALYTICS_LOGS |

    siemLogConfigurationId String
    Unique identifier of the log configuration.

    Import

    Customer connection can be imported using accountId/logConfigurationId:

    $ pulumi import incapsula:index/siemLogConfiguration:SiemLogConfiguration example_siem_log_configuration_abp accountId/logConfigurationId
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    incapsula imperva/terraform-provider-incapsula
    License
    Notes
    This Pulumi package is based on the incapsula Terraform Provider.
    incapsula logo
    incapsula 3.33.0 published on Wednesday, Apr 30, 2025 by imperva