1. Packages
  2. Akamai
  3. API Docs
  4. AppSecSiemSettings
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.AppSecSiemSettings

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Create AppSecSiemSettings Resource

    new AppSecSiemSettings(name: string, args: AppSecSiemSettingsArgs, opts?: CustomResourceOptions);
    @overload
    def AppSecSiemSettings(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           config_id: Optional[int] = None,
                           enable_botman_siem: Optional[bool] = None,
                           enable_for_all_policies: Optional[bool] = None,
                           enable_siem: Optional[bool] = None,
                           security_policy_ids: Optional[Sequence[str]] = None,
                           siem_id: Optional[int] = None)
    @overload
    def AppSecSiemSettings(resource_name: str,
                           args: AppSecSiemSettingsArgs,
                           opts: Optional[ResourceOptions] = None)
    func NewAppSecSiemSettings(ctx *Context, name string, args AppSecSiemSettingsArgs, opts ...ResourceOption) (*AppSecSiemSettings, error)
    public AppSecSiemSettings(string name, AppSecSiemSettingsArgs args, CustomResourceOptions? opts = null)
    public AppSecSiemSettings(String name, AppSecSiemSettingsArgs args)
    public AppSecSiemSettings(String name, AppSecSiemSettingsArgs args, CustomResourceOptions options)
    
    type: akamai:AppSecSiemSettings
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AppSecSiemSettingsArgs
    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 AppSecSiemSettingsArgs
    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 AppSecSiemSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AppSecSiemSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AppSecSiemSettingsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AppSecSiemSettings Resource Properties

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

    Inputs

    The AppSecSiemSettings resource accepts the following input properties:

    ConfigId int
    Unique identifier of the security configuration
    EnableBotmanSiem bool
    Whether Bot Manager events should be included in SIEM events
    EnableForAllPolicies bool
    Whether to enable SIEM on all security policies in the security configuration
    EnableSiem bool
    Whether to enable SIEM
    SiemId int
    Unique identifier of the SIEM settings being modified
    SecurityPolicyIds List<string>
    List of IDs of security policy for which SIEM integration is to be enabled
    ConfigId int
    Unique identifier of the security configuration
    EnableBotmanSiem bool
    Whether Bot Manager events should be included in SIEM events
    EnableForAllPolicies bool
    Whether to enable SIEM on all security policies in the security configuration
    EnableSiem bool
    Whether to enable SIEM
    SiemId int
    Unique identifier of the SIEM settings being modified
    SecurityPolicyIds []string
    List of IDs of security policy for which SIEM integration is to be enabled
    configId Integer
    Unique identifier of the security configuration
    enableBotmanSiem Boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies Boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem Boolean
    Whether to enable SIEM
    siemId Integer
    Unique identifier of the SIEM settings being modified
    securityPolicyIds List<String>
    List of IDs of security policy for which SIEM integration is to be enabled
    configId number
    Unique identifier of the security configuration
    enableBotmanSiem boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem boolean
    Whether to enable SIEM
    siemId number
    Unique identifier of the SIEM settings being modified
    securityPolicyIds string[]
    List of IDs of security policy for which SIEM integration is to be enabled
    config_id int
    Unique identifier of the security configuration
    enable_botman_siem bool
    Whether Bot Manager events should be included in SIEM events
    enable_for_all_policies bool
    Whether to enable SIEM on all security policies in the security configuration
    enable_siem bool
    Whether to enable SIEM
    siem_id int
    Unique identifier of the SIEM settings being modified
    security_policy_ids Sequence[str]
    List of IDs of security policy for which SIEM integration is to be enabled
    configId Number
    Unique identifier of the security configuration
    enableBotmanSiem Boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies Boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem Boolean
    Whether to enable SIEM
    siemId Number
    Unique identifier of the SIEM settings being modified
    securityPolicyIds List<String>
    List of IDs of security policy for which SIEM integration is to be enabled

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AppSecSiemSettings 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 AppSecSiemSettings Resource

    Get an existing AppSecSiemSettings 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?: AppSecSiemSettingsState, opts?: CustomResourceOptions): AppSecSiemSettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            config_id: Optional[int] = None,
            enable_botman_siem: Optional[bool] = None,
            enable_for_all_policies: Optional[bool] = None,
            enable_siem: Optional[bool] = None,
            security_policy_ids: Optional[Sequence[str]] = None,
            siem_id: Optional[int] = None) -> AppSecSiemSettings
    func GetAppSecSiemSettings(ctx *Context, name string, id IDInput, state *AppSecSiemSettingsState, opts ...ResourceOption) (*AppSecSiemSettings, error)
    public static AppSecSiemSettings Get(string name, Input<string> id, AppSecSiemSettingsState? state, CustomResourceOptions? opts = null)
    public static AppSecSiemSettings get(String name, Output<String> id, AppSecSiemSettingsState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    ConfigId int
    Unique identifier of the security configuration
    EnableBotmanSiem bool
    Whether Bot Manager events should be included in SIEM events
    EnableForAllPolicies bool
    Whether to enable SIEM on all security policies in the security configuration
    EnableSiem bool
    Whether to enable SIEM
    SecurityPolicyIds List<string>
    List of IDs of security policy for which SIEM integration is to be enabled
    SiemId int
    Unique identifier of the SIEM settings being modified
    ConfigId int
    Unique identifier of the security configuration
    EnableBotmanSiem bool
    Whether Bot Manager events should be included in SIEM events
    EnableForAllPolicies bool
    Whether to enable SIEM on all security policies in the security configuration
    EnableSiem bool
    Whether to enable SIEM
    SecurityPolicyIds []string
    List of IDs of security policy for which SIEM integration is to be enabled
    SiemId int
    Unique identifier of the SIEM settings being modified
    configId Integer
    Unique identifier of the security configuration
    enableBotmanSiem Boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies Boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem Boolean
    Whether to enable SIEM
    securityPolicyIds List<String>
    List of IDs of security policy for which SIEM integration is to be enabled
    siemId Integer
    Unique identifier of the SIEM settings being modified
    configId number
    Unique identifier of the security configuration
    enableBotmanSiem boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem boolean
    Whether to enable SIEM
    securityPolicyIds string[]
    List of IDs of security policy for which SIEM integration is to be enabled
    siemId number
    Unique identifier of the SIEM settings being modified
    config_id int
    Unique identifier of the security configuration
    enable_botman_siem bool
    Whether Bot Manager events should be included in SIEM events
    enable_for_all_policies bool
    Whether to enable SIEM on all security policies in the security configuration
    enable_siem bool
    Whether to enable SIEM
    security_policy_ids Sequence[str]
    List of IDs of security policy for which SIEM integration is to be enabled
    siem_id int
    Unique identifier of the SIEM settings being modified
    configId Number
    Unique identifier of the security configuration
    enableBotmanSiem Boolean
    Whether Bot Manager events should be included in SIEM events
    enableForAllPolicies Boolean
    Whether to enable SIEM on all security policies in the security configuration
    enableSiem Boolean
    Whether to enable SIEM
    securityPolicyIds List<String>
    List of IDs of security policy for which SIEM integration is to be enabled
    siemId Number
    Unique identifier of the SIEM settings being modified

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi