1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/v1
  6. RegionSecurityPolicy

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.compute/v1.RegionSecurityPolicy

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Creates a new policy in the specified project using the data included in the request.

    Create RegionSecurityPolicy Resource

    new RegionSecurityPolicy(name: string, args: RegionSecurityPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def RegionSecurityPolicy(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             adaptive_protection_config: Optional[SecurityPolicyAdaptiveProtectionConfigArgs] = None,
                             advanced_options_config: Optional[SecurityPolicyAdvancedOptionsConfigArgs] = None,
                             ddos_protection_config: Optional[SecurityPolicyDdosProtectionConfigArgs] = None,
                             description: Optional[str] = None,
                             labels: Optional[Mapping[str, str]] = None,
                             name: Optional[str] = None,
                             project: Optional[str] = None,
                             recaptcha_options_config: Optional[SecurityPolicyRecaptchaOptionsConfigArgs] = None,
                             region: Optional[str] = None,
                             request_id: Optional[str] = None,
                             rules: Optional[Sequence[SecurityPolicyRuleArgs]] = None,
                             type: Optional[RegionSecurityPolicyType] = None)
    @overload
    def RegionSecurityPolicy(resource_name: str,
                             args: RegionSecurityPolicyArgs,
                             opts: Optional[ResourceOptions] = None)
    func NewRegionSecurityPolicy(ctx *Context, name string, args RegionSecurityPolicyArgs, opts ...ResourceOption) (*RegionSecurityPolicy, error)
    public RegionSecurityPolicy(string name, RegionSecurityPolicyArgs args, CustomResourceOptions? opts = null)
    public RegionSecurityPolicy(String name, RegionSecurityPolicyArgs args)
    public RegionSecurityPolicy(String name, RegionSecurityPolicyArgs args, CustomResourceOptions options)
    
    type: google-native:compute/v1:RegionSecurityPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args RegionSecurityPolicyArgs
    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 RegionSecurityPolicyArgs
    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 RegionSecurityPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RegionSecurityPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RegionSecurityPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RegionSecurityPolicy 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 RegionSecurityPolicy resource accepts the following input properties:

    Region string
    AdaptiveProtectionConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyAdaptiveProtectionConfig
    AdvancedOptionsConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyAdvancedOptionsConfig
    DdosProtectionConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyDdosProtectionConfig
    Description string

    An optional description of this resource. Provide this property when you create the resource.

    Labels Dictionary<string, string>

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    Name string

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    Project string
    RecaptchaOptionsConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRecaptchaOptionsConfig
    RequestId string

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    Rules List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRule>

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    Type Pulumi.GoogleNative.Compute.V1.RegionSecurityPolicyType

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    Region string
    AdaptiveProtectionConfig SecurityPolicyAdaptiveProtectionConfigArgs
    AdvancedOptionsConfig SecurityPolicyAdvancedOptionsConfigArgs
    DdosProtectionConfig SecurityPolicyDdosProtectionConfigArgs
    Description string

    An optional description of this resource. Provide this property when you create the resource.

    Labels map[string]string

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    Name string

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    Project string
    RecaptchaOptionsConfig SecurityPolicyRecaptchaOptionsConfigArgs
    RequestId string

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    Rules []SecurityPolicyRuleArgs

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    Type RegionSecurityPolicyType

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    region String
    adaptiveProtectionConfig SecurityPolicyAdaptiveProtectionConfig
    advancedOptionsConfig SecurityPolicyAdvancedOptionsConfig
    ddosProtectionConfig SecurityPolicyDdosProtectionConfig
    description String

    An optional description of this resource. Provide this property when you create the resource.

    labels Map<String,String>

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    name String

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    project String
    recaptchaOptionsConfig SecurityPolicyRecaptchaOptionsConfig
    requestId String

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    rules List<SecurityPolicyRule>

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    type RegionSecurityPolicyType

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    region string
    adaptiveProtectionConfig SecurityPolicyAdaptiveProtectionConfig
    advancedOptionsConfig SecurityPolicyAdvancedOptionsConfig
    ddosProtectionConfig SecurityPolicyDdosProtectionConfig
    description string

    An optional description of this resource. Provide this property when you create the resource.

    labels {[key: string]: string}

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    name string

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    project string
    recaptchaOptionsConfig SecurityPolicyRecaptchaOptionsConfig
    requestId string

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    rules SecurityPolicyRule[]

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    type RegionSecurityPolicyType

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    region str
    adaptive_protection_config SecurityPolicyAdaptiveProtectionConfigArgs
    advanced_options_config SecurityPolicyAdvancedOptionsConfigArgs
    ddos_protection_config SecurityPolicyDdosProtectionConfigArgs
    description str

    An optional description of this resource. Provide this property when you create the resource.

    labels Mapping[str, str]

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    name str

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    project str
    recaptcha_options_config SecurityPolicyRecaptchaOptionsConfigArgs
    request_id str

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    rules Sequence[SecurityPolicyRuleArgs]

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    type RegionSecurityPolicyType

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    region String
    adaptiveProtectionConfig Property Map
    advancedOptionsConfig Property Map
    ddosProtectionConfig Property Map
    description String

    An optional description of this resource. Provide this property when you create the resource.

    labels Map<String>

    Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

    name String

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

    project String
    recaptchaOptionsConfig Property Map
    requestId String

    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    rules List<Property Map>

    A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

    type "CLOUD_ARMOR" | "CLOUD_ARMOR_EDGE" | "CLOUD_ARMOR_NETWORK"

    The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

    Outputs

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

    CreationTimestamp string

    Creation timestamp in RFC3339 text format.

    Fingerprint string

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    Id string

    The provider-assigned unique ID for this managed resource.

    Kind string

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    LabelFingerprint string

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    SelfLink string

    Server-defined URL for the resource.

    CreationTimestamp string

    Creation timestamp in RFC3339 text format.

    Fingerprint string

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    Id string

    The provider-assigned unique ID for this managed resource.

    Kind string

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    LabelFingerprint string

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    SelfLink string

    Server-defined URL for the resource.

    creationTimestamp String

    Creation timestamp in RFC3339 text format.

    fingerprint String

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    id String

    The provider-assigned unique ID for this managed resource.

    kind String

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    labelFingerprint String

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    selfLink String

    Server-defined URL for the resource.

    creationTimestamp string

    Creation timestamp in RFC3339 text format.

    fingerprint string

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    id string

    The provider-assigned unique ID for this managed resource.

    kind string

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    labelFingerprint string

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    selfLink string

    Server-defined URL for the resource.

    creation_timestamp str

    Creation timestamp in RFC3339 text format.

    fingerprint str

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    id str

    The provider-assigned unique ID for this managed resource.

    kind str

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    label_fingerprint str

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    self_link str

    Server-defined URL for the resource.

    creationTimestamp String

    Creation timestamp in RFC3339 text format.

    fingerprint String

    Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.

    id String

    The provider-assigned unique ID for this managed resource.

    kind String

    [Output only] Type of the resource. Always compute#securityPolicyfor security policies

    labelFingerprint String

    A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.

    selfLink String

    Server-defined URL for the resource.

    Supporting Types

    Expr, ExprArgs

    Description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    Expression string

    Textual representation of an expression in Common Expression Language syntax.

    Location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    Title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    Description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    Expression string

    Textual representation of an expression in Common Expression Language syntax.

    Location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    Title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description String

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression String

    Textual representation of an expression in Common Expression Language syntax.

    location String

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title String

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression string

    Textual representation of an expression in Common Expression Language syntax.

    location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description str

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression str

    Textual representation of an expression in Common Expression Language syntax.

    location str

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title str

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description String

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression String

    Textual representation of an expression in Common Expression Language syntax.

    location String

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title String

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    ExprResponse, ExprResponseArgs

    Description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    Expression string

    Textual representation of an expression in Common Expression Language syntax.

    Location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    Title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    Description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    Expression string

    Textual representation of an expression in Common Expression Language syntax.

    Location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    Title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description String

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression String

    Textual representation of an expression in Common Expression Language syntax.

    location String

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title String

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description string

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression string

    Textual representation of an expression in Common Expression Language syntax.

    location string

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title string

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description str

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression str

    Textual representation of an expression in Common Expression Language syntax.

    location str

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title str

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    description String

    Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

    expression String

    Textual representation of an expression in Common Expression Language syntax.

    location String

    Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

    title String

    Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

    RegionSecurityPolicyType, RegionSecurityPolicyTypeArgs

    CloudArmor
    CLOUD_ARMOR
    CloudArmorEdge
    CLOUD_ARMOR_EDGE
    CloudArmorNetwork
    CLOUD_ARMOR_NETWORK
    RegionSecurityPolicyTypeCloudArmor
    CLOUD_ARMOR
    RegionSecurityPolicyTypeCloudArmorEdge
    CLOUD_ARMOR_EDGE
    RegionSecurityPolicyTypeCloudArmorNetwork
    CLOUD_ARMOR_NETWORK
    CloudArmor
    CLOUD_ARMOR
    CloudArmorEdge
    CLOUD_ARMOR_EDGE
    CloudArmorNetwork
    CLOUD_ARMOR_NETWORK
    CloudArmor
    CLOUD_ARMOR
    CloudArmorEdge
    CLOUD_ARMOR_EDGE
    CloudArmorNetwork
    CLOUD_ARMOR_NETWORK
    CLOUD_ARMOR
    CLOUD_ARMOR
    CLOUD_ARMOR_EDGE
    CLOUD_ARMOR_EDGE
    CLOUD_ARMOR_NETWORK
    CLOUD_ARMOR_NETWORK
    "CLOUD_ARMOR"
    CLOUD_ARMOR
    "CLOUD_ARMOR_EDGE"
    CLOUD_ARMOR_EDGE
    "CLOUD_ARMOR_NETWORK"
    CLOUD_ARMOR_NETWORK

    SecurityPolicyAdaptiveProtectionConfig, SecurityPolicyAdaptiveProtectionConfigArgs

    layer7DdosDefenseConfig Property Map

    If set to true, enables Cloud Armor Machine Learning.

    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigArgs

    Enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RuleVisibility Pulumi.GoogleNative.Compute.V1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RuleVisibility SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable Boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rule_visibility SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable Boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility "PREMIUM" | "STANDARD"

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigResponse, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigResponseArgs

    Enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RuleVisibility string

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RuleVisibility string

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable Boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility String

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility string

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable bool

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rule_visibility str

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    enable Boolean

    If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    ruleVisibility String

    Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibilityArgs

    Premium
    PREMIUM
    Standard
    STANDARD
    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibilityPremium
    PREMIUM
    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibilityStandard
    STANDARD
    Premium
    PREMIUM
    Standard
    STANDARD
    Premium
    PREMIUM
    Standard
    STANDARD
    PREMIUM
    PREMIUM
    STANDARD
    STANDARD
    "PREMIUM"
    PREMIUM
    "STANDARD"
    STANDARD

    SecurityPolicyAdaptiveProtectionConfigResponse, SecurityPolicyAdaptiveProtectionConfigResponseArgs

    layer7DdosDefenseConfig Property Map

    If set to true, enables Cloud Armor Machine Learning.

    SecurityPolicyAdvancedOptionsConfig, SecurityPolicyAdvancedOptionsConfigArgs

    jsonCustomConfig Property Map

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    jsonParsing "DISABLED" | "STANDARD"
    logLevel "NORMAL" | "VERBOSE"

    SecurityPolicyAdvancedOptionsConfigJsonCustomConfig, SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs

    ContentTypes List<string>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    ContentTypes []string

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes List<String>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes string[]

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    content_types Sequence[str]

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes List<String>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse, SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponseArgs

    ContentTypes List<string>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    ContentTypes []string

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes List<String>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes string[]

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    content_types Sequence[str]

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    contentTypes List<String>

    A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

    SecurityPolicyAdvancedOptionsConfigJsonParsing, SecurityPolicyAdvancedOptionsConfigJsonParsingArgs

    Disabled
    DISABLED
    Standard
    STANDARD
    SecurityPolicyAdvancedOptionsConfigJsonParsingDisabled
    DISABLED
    SecurityPolicyAdvancedOptionsConfigJsonParsingStandard
    STANDARD
    Disabled
    DISABLED
    Standard
    STANDARD
    Disabled
    DISABLED
    Standard
    STANDARD
    DISABLED
    DISABLED
    STANDARD
    STANDARD
    "DISABLED"
    DISABLED
    "STANDARD"
    STANDARD

    SecurityPolicyAdvancedOptionsConfigLogLevel, SecurityPolicyAdvancedOptionsConfigLogLevelArgs

    Normal
    NORMAL
    Verbose
    VERBOSE
    SecurityPolicyAdvancedOptionsConfigLogLevelNormal
    NORMAL
    SecurityPolicyAdvancedOptionsConfigLogLevelVerbose
    VERBOSE
    Normal
    NORMAL
    Verbose
    VERBOSE
    Normal
    NORMAL
    Verbose
    VERBOSE
    NORMAL
    NORMAL
    VERBOSE
    VERBOSE
    "NORMAL"
    NORMAL
    "VERBOSE"
    VERBOSE

    SecurityPolicyAdvancedOptionsConfigResponse, SecurityPolicyAdvancedOptionsConfigResponseArgs

    JsonCustomConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    JsonParsing string
    LogLevel string
    JsonCustomConfig SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    JsonParsing string
    LogLevel string
    jsonCustomConfig SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    jsonParsing String
    logLevel String
    jsonCustomConfig SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    jsonParsing string
    logLevel string
    json_custom_config SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    json_parsing str
    log_level str
    jsonCustomConfig Property Map

    Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

    jsonParsing String
    logLevel String

    SecurityPolicyDdosProtectionConfig, SecurityPolicyDdosProtectionConfigArgs

    SecurityPolicyDdosProtectionConfigDdosProtection, SecurityPolicyDdosProtectionConfigDdosProtectionArgs

    Advanced
    ADVANCED
    Standard
    STANDARD
    SecurityPolicyDdosProtectionConfigDdosProtectionAdvanced
    ADVANCED
    SecurityPolicyDdosProtectionConfigDdosProtectionStandard
    STANDARD
    Advanced
    ADVANCED
    Standard
    STANDARD
    Advanced
    ADVANCED
    Standard
    STANDARD
    ADVANCED
    ADVANCED
    STANDARD
    STANDARD
    "ADVANCED"
    ADVANCED
    "STANDARD"
    STANDARD

    SecurityPolicyDdosProtectionConfigResponse, SecurityPolicyDdosProtectionConfigResponseArgs

    SecurityPolicyRecaptchaOptionsConfig, SecurityPolicyRecaptchaOptionsConfigArgs

    RedirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RedirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey String

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirect_site_key str

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey String

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    SecurityPolicyRecaptchaOptionsConfigResponse, SecurityPolicyRecaptchaOptionsConfigResponseArgs

    RedirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RedirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey String

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey string

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirect_site_key str

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    redirectSiteKey String

    An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    SecurityPolicyRule, SecurityPolicyRuleArgs

    Action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    Description string

    An optional description of this resource. Provide this property when you create the resource.

    HeaderAction Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleHttpHeaderAction

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Match Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleMatcher

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    PreconfiguredWafConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfig

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    Preview bool

    If set to true, the specified action is not enforced.

    Priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    RateLimitOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptions

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    RedirectOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    Description string

    An optional description of this resource. Provide this property when you create the resource.

    HeaderAction SecurityPolicyRuleHttpHeaderAction

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Match SecurityPolicyRuleMatcher

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    PreconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfig

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    Preview bool

    If set to true, the specified action is not enforced.

    Priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    RateLimitOptions SecurityPolicyRuleRateLimitOptions

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    RedirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action String

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description String

    An optional description of this resource. Provide this property when you create the resource.

    headerAction SecurityPolicyRuleHttpHeaderAction

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    match SecurityPolicyRuleMatcher

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfig

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview Boolean

    If set to true, the specified action is not enforced.

    priority Integer

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions SecurityPolicyRuleRateLimitOptions

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description string

    An optional description of this resource. Provide this property when you create the resource.

    headerAction SecurityPolicyRuleHttpHeaderAction

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    match SecurityPolicyRuleMatcher

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfig

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview boolean

    If set to true, the specified action is not enforced.

    priority number

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions SecurityPolicyRuleRateLimitOptions

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action str

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description str

    An optional description of this resource. Provide this property when you create the resource.

    header_action SecurityPolicyRuleHttpHeaderAction

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    match SecurityPolicyRuleMatcher

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfigured_waf_config SecurityPolicyRulePreconfiguredWafConfig

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview bool

    If set to true, the specified action is not enforced.

    priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rate_limit_options SecurityPolicyRuleRateLimitOptions

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirect_options SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action String

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description String

    An optional description of this resource. Provide this property when you create the resource.

    headerAction Property Map

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    match Property Map

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig Property Map

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview Boolean

    If set to true, the specified action is not enforced.

    priority Number

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions Property Map

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions Property Map

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    SecurityPolicyRuleHttpHeaderAction, SecurityPolicyRuleHttpHeaderActionArgs

    RequestHeadersToAdds List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>

    The list of request headers to add or overwrite if they're already present.

    RequestHeadersToAdds []SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds List<SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds SecurityPolicyRuleHttpHeaderActionHttpHeaderOption[]

    The list of request headers to add or overwrite if they're already present.

    request_headers_to_adds Sequence[SecurityPolicyRuleHttpHeaderActionHttpHeaderOption]

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds List<Property Map>

    The list of request headers to add or overwrite if they're already present.

    SecurityPolicyRuleHttpHeaderActionHttpHeaderOption, SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionArgs

    HeaderName string

    The name of the header to set.

    HeaderValue string

    The value to set the named header to.

    HeaderName string

    The name of the header to set.

    HeaderValue string

    The value to set the named header to.

    headerName String

    The name of the header to set.

    headerValue String

    The value to set the named header to.

    headerName string

    The name of the header to set.

    headerValue string

    The value to set the named header to.

    header_name str

    The name of the header to set.

    header_value str

    The value to set the named header to.

    headerName String

    The name of the header to set.

    headerValue String

    The value to set the named header to.

    SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse, SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponseArgs

    HeaderName string

    The name of the header to set.

    HeaderValue string

    The value to set the named header to.

    HeaderName string

    The name of the header to set.

    HeaderValue string

    The value to set the named header to.

    headerName String

    The name of the header to set.

    headerValue String

    The value to set the named header to.

    headerName string

    The name of the header to set.

    headerValue string

    The value to set the named header to.

    header_name str

    The name of the header to set.

    header_value str

    The value to set the named header to.

    headerName String

    The name of the header to set.

    headerValue String

    The value to set the named header to.

    SecurityPolicyRuleHttpHeaderActionResponse, SecurityPolicyRuleHttpHeaderActionResponseArgs

    RequestHeadersToAdds []SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds List<SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse>

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse[]

    The list of request headers to add or overwrite if they're already present.

    request_headers_to_adds Sequence[SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse]

    The list of request headers to add or overwrite if they're already present.

    requestHeadersToAdds List<Property Map>

    The list of request headers to add or overwrite if they're already present.

    SecurityPolicyRuleMatcher, SecurityPolicyRuleMatcherArgs

    Config Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleMatcherConfig

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    Expr Pulumi.GoogleNative.Compute.V1.Inputs.Expr

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    VersionedExpr Pulumi.GoogleNative.Compute.V1.SecurityPolicyRuleMatcherVersionedExpr

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    Config SecurityPolicyRuleMatcherConfig

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    Expr Expr

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    VersionedExpr SecurityPolicyRuleMatcherVersionedExpr

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfig

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr Expr

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr SecurityPolicyRuleMatcherVersionedExpr

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfig

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr Expr

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr SecurityPolicyRuleMatcherVersionedExpr

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfig

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr Expr

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versioned_expr SecurityPolicyRuleMatcherVersionedExpr

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config Property Map

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr Property Map

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr "SRC_IPS_V1"

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    SecurityPolicyRuleMatcherConfig, SecurityPolicyRuleMatcherConfigArgs

    SrcIpRanges List<string>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    SrcIpRanges []string

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges List<String>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges string[]

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    src_ip_ranges Sequence[str]

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges List<String>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    SecurityPolicyRuleMatcherConfigResponse, SecurityPolicyRuleMatcherConfigResponseArgs

    SrcIpRanges List<string>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    SrcIpRanges []string

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges List<String>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges string[]

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    src_ip_ranges Sequence[str]

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    srcIpRanges List<String>

    CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

    SecurityPolicyRuleMatcherResponse, SecurityPolicyRuleMatcherResponseArgs

    Config Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleMatcherConfigResponse

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    Expr Pulumi.GoogleNative.Compute.V1.Inputs.ExprResponse

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    VersionedExpr string

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    Config SecurityPolicyRuleMatcherConfigResponse

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    Expr ExprResponse

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    VersionedExpr string

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfigResponse

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr ExprResponse

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr String

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfigResponse

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr ExprResponse

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr string

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config SecurityPolicyRuleMatcherConfigResponse

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr ExprResponse

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versioned_expr str

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    config Property Map

    The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.

    expr Property Map

    User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing evaluateThreatIntelligence require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing evaluatePreconfiguredExpr('sourceiplist-*') require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.

    versionedExpr String

    Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

    SecurityPolicyRuleMatcherVersionedExpr, SecurityPolicyRuleMatcherVersionedExprArgs

    SrcIpsV1
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    SecurityPolicyRuleMatcherVersionedExprSrcIpsV1
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    SrcIpsV1
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    SrcIpsV1
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    SRC_IPS_V1
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    "SRC_IPS_V1"
    SRC_IPS_V1

    Matches the source IP address of a request to the IP ranges supplied in config.

    SecurityPolicyRulePreconfiguredWafConfig, SecurityPolicyRulePreconfiguredWafConfigArgs

    Exclusions []SecurityPolicyRulePreconfiguredWafConfigExclusion

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions List<SecurityPolicyRulePreconfiguredWafConfigExclusion>

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions SecurityPolicyRulePreconfiguredWafConfigExclusion[]

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusion]

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions List<Property Map>

    A list of exclusions to apply during preconfigured WAF evaluation.

    SecurityPolicyRulePreconfiguredWafConfigExclusion, SecurityPolicyRulePreconfiguredWafConfigExclusionArgs

    RequestCookiesToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestHeadersToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestQueryParamsToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    RequestUrisToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    TargetRuleIds List<string>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    TargetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    RequestCookiesToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestHeadersToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestQueryParamsToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    RequestUrisToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    TargetRuleIds []string

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    TargetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds List<String>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet String

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams[]

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams[]

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams[]

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams[]

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds string[]

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    request_cookies_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams]

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    request_headers_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams]

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    request_query_params_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams]

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    request_uris_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams]

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    target_rule_ids Sequence[str]

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    target_rule_set str

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude List<Property Map>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude List<Property Map>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude List<Property Map>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude List<Property Map>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds List<String>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet String

    Target WAF rule set to apply the preconfigured WAF exclusion.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs

    Op SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp

    The match operator for the field.

    Val string

    The value of the field.

    op SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp

    The match operator for the field.

    val String

    The value of the field.

    op SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp

    The match operator for the field.

    val string

    The value of the field.

    op SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp

    The match operator for the field.

    val str

    The value of the field.

    op "CONTAINS" | "ENDS_WITH" | "EQUALS" | "EQUALS_ANY" | "STARTS_WITH"

    The match operator for the field.

    val String

    The value of the field.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpArgs

    Contains
    CONTAINS

    The operator matches if the field value contains the specified value.

    EndsWith
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    EqualsValue
    EQUALS

    The operator matches if the field value equals the specified value.

    EqualsAny
    EQUALS_ANY

    The operator matches if the field value is any value.

    StartsWith
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpContains
    CONTAINS

    The operator matches if the field value contains the specified value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpEndsWith
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpEquals
    EQUALS

    The operator matches if the field value equals the specified value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpEqualsAny
    EQUALS_ANY

    The operator matches if the field value is any value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpStartsWith
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    Contains
    CONTAINS

    The operator matches if the field value contains the specified value.

    EndsWith
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    Equals
    EQUALS

    The operator matches if the field value equals the specified value.

    EqualsAny
    EQUALS_ANY

    The operator matches if the field value is any value.

    StartsWith
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    Contains
    CONTAINS

    The operator matches if the field value contains the specified value.

    EndsWith
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    Equals
    EQUALS

    The operator matches if the field value equals the specified value.

    EqualsAny
    EQUALS_ANY

    The operator matches if the field value is any value.

    StartsWith
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    CONTAINS
    CONTAINS

    The operator matches if the field value contains the specified value.

    ENDS_WITH
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    EQUALS
    EQUALS

    The operator matches if the field value equals the specified value.

    EQUALS_ANY
    EQUALS_ANY

    The operator matches if the field value is any value.

    STARTS_WITH
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    "CONTAINS"
    CONTAINS

    The operator matches if the field value contains the specified value.

    "ENDS_WITH"
    ENDS_WITH

    The operator matches if the field value ends with the specified value.

    "EQUALS"
    EQUALS

    The operator matches if the field value equals the specified value.

    "EQUALS_ANY"
    EQUALS_ANY

    The operator matches if the field value is any value.

    "STARTS_WITH"
    STARTS_WITH

    The operator matches if the field value starts with the specified value.

    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponseArgs

    Op string

    The match operator for the field.

    Val string

    The value of the field.

    Op string

    The match operator for the field.

    Val string

    The value of the field.

    op String

    The match operator for the field.

    val String

    The value of the field.

    op string

    The match operator for the field.

    val string

    The value of the field.

    op str

    The match operator for the field.

    val str

    The value of the field.

    op String

    The match operator for the field.

    val String

    The value of the field.

    SecurityPolicyRulePreconfiguredWafConfigExclusionResponse, SecurityPolicyRulePreconfiguredWafConfigExclusionResponseArgs

    RequestCookiesToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestHeadersToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestQueryParamsToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    RequestUrisToExclude List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    TargetRuleIds List<string>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    TargetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    RequestCookiesToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestHeadersToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    RequestQueryParamsToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    RequestUrisToExclude []SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    TargetRuleIds []string

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    TargetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds List<String>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet String

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse[]

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse[]

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse[]

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse[]

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds string[]

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet string

    Target WAF rule set to apply the preconfigured WAF exclusion.

    request_cookies_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse]

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    request_headers_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse]

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    request_query_params_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse]

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    request_uris_to_exclude Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse]

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    target_rule_ids Sequence[str]

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    target_rule_set str

    Target WAF rule set to apply the preconfigured WAF exclusion.

    requestCookiesToExclude List<Property Map>

    A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestHeadersToExclude List<Property Map>

    A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

    requestQueryParamsToExclude List<Property Map>

    A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.

    requestUrisToExclude List<Property Map>

    A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.

    targetRuleIds List<String>

    A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.

    targetRuleSet String

    Target WAF rule set to apply the preconfigured WAF exclusion.

    SecurityPolicyRulePreconfiguredWafConfigResponse, SecurityPolicyRulePreconfiguredWafConfigResponseArgs

    Exclusions []SecurityPolicyRulePreconfiguredWafConfigExclusionResponse

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions List<SecurityPolicyRulePreconfiguredWafConfigExclusionResponse>

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions SecurityPolicyRulePreconfiguredWafConfigExclusionResponse[]

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions Sequence[SecurityPolicyRulePreconfiguredWafConfigExclusionResponse]

    A list of exclusions to apply during preconfigured WAF evaluation.

    exclusions List<Property Map>

    A list of exclusions to apply during preconfigured WAF evaluation.

    SecurityPolicyRuleRateLimitOptions, SecurityPolicyRuleRateLimitOptionsArgs

    BanDurationSec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    BanThreshold Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsThreshold

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    ConformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    EnforceOnKey Pulumi.GoogleNative.Compute.V1.SecurityPolicyRuleRateLimitOptionsEnforceOnKey

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyConfigs List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    ExceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    ExceedRedirectOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RateLimitThreshold Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsThreshold

    Threshold at which to begin ratelimiting.

    BanDurationSec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    BanThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    ConformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    EnforceOnKey SecurityPolicyRuleRateLimitOptionsEnforceOnKey

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyConfigs []SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    ExceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    ExceedRedirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RateLimitThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Threshold at which to begin ratelimiting.

    banDurationSec Integer

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction String

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey SecurityPolicyRuleRateLimitOptionsEnforceOnKey

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction String

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Threshold at which to begin ratelimiting.

    banDurationSec number

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey SecurityPolicyRuleRateLimitOptionsEnforceOnKey

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig[]

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold SecurityPolicyRuleRateLimitOptionsThreshold

    Threshold at which to begin ratelimiting.

    ban_duration_sec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    ban_threshold SecurityPolicyRuleRateLimitOptionsThreshold

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conform_action str

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforce_on_key SecurityPolicyRuleRateLimitOptionsEnforceOnKey

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforce_on_key_configs Sequence[SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig]

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforce_on_key_name str

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceed_action str

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceed_redirect_options SecurityPolicyRuleRedirectOptions

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rate_limit_threshold SecurityPolicyRuleRateLimitOptionsThreshold

    Threshold at which to begin ratelimiting.

    banDurationSec Number

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold Property Map

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction String

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey "ALL" | "HTTP_COOKIE" | "HTTP_HEADER" | "HTTP_PATH" | "IP" | "REGION_CODE" | "SNI" | "XFF_IP"

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs List<Property Map>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction String

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions Property Map

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold Property Map

    Threshold at which to begin ratelimiting.

    SecurityPolicyRuleRateLimitOptionsEnforceOnKey, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyArgs

    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyAll
    ALL
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyHttpCookie
    HTTP_COOKIE
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyHttpHeader
    HTTP_HEADER
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyHttpPath
    HTTP_PATH
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyIp
    IP
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyRegionCode
    REGION_CODE
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeySni
    SNI
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyXffIp
    XFF_IP
    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    ALL
    ALL
    HTTP_COOKIE
    HTTP_COOKIE
    HTTP_HEADER
    HTTP_HEADER
    HTTP_PATH
    HTTP_PATH
    IP
    IP
    REGION_CODE
    REGION_CODE
    SNI
    SNI
    XFF_IP
    XFF_IP
    "ALL"
    ALL
    "HTTP_COOKIE"
    HTTP_COOKIE
    "HTTP_HEADER"
    HTTP_HEADER
    "HTTP_PATH"
    HTTP_PATH
    "IP"
    IP
    "REGION_CODE"
    REGION_CODE
    "SNI"
    SNI
    "XFF_IP"
    XFF_IP

    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    EnforceOnKeyType Pulumi.GoogleNative.Compute.V1.SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    EnforceOnKeyType SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforce_on_key_name str

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforce_on_key_type SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType "ALL" | "HTTP_COOKIE" | "HTTP_HEADER" | "HTTP_PATH" | "IP" | "REGION_CODE" | "SNI" | "XFF_IP"

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeArgs

    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeAll
    ALL
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeHttpCookie
    HTTP_COOKIE
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeHttpHeader
    HTTP_HEADER
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeHttpPath
    HTTP_PATH
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeIp
    IP
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeRegionCode
    REGION_CODE
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeSni
    SNI
    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeXffIp
    XFF_IP
    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    All
    ALL
    HttpCookie
    HTTP_COOKIE
    HttpHeader
    HTTP_HEADER
    HttpPath
    HTTP_PATH
    Ip
    IP
    RegionCode
    REGION_CODE
    Sni
    SNI
    XffIp
    XFF_IP
    ALL
    ALL
    HTTP_COOKIE
    HTTP_COOKIE
    HTTP_HEADER
    HTTP_HEADER
    HTTP_PATH
    HTTP_PATH
    IP
    IP
    REGION_CODE
    REGION_CODE
    SNI
    SNI
    XFF_IP
    XFF_IP
    "ALL"
    ALL
    "HTTP_COOKIE"
    HTTP_COOKIE
    "HTTP_HEADER"
    HTTP_HEADER
    "HTTP_PATH"
    HTTP_PATH
    "IP"
    IP
    "REGION_CODE"
    REGION_CODE
    "SNI"
    SNI
    "XFF_IP"
    XFF_IP

    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponseArgs

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    EnforceOnKeyType string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    EnforceOnKeyType string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType String

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforce_on_key_name str

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforce_on_key_type str

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    enforceOnKeyType String

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    SecurityPolicyRuleRateLimitOptionsResponse, SecurityPolicyRuleRateLimitOptionsResponseArgs

    BanDurationSec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    BanThreshold Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    ConformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    EnforceOnKey string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyConfigs List<Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    ExceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    ExceedRedirectOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RateLimitThreshold Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Threshold at which to begin ratelimiting.

    BanDurationSec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    BanThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    ConformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    EnforceOnKey string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    EnforceOnKeyConfigs []SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    EnforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    ExceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    ExceedRedirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    RateLimitThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Threshold at which to begin ratelimiting.

    banDurationSec Integer

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction String

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey String

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction String

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Threshold at which to begin ratelimiting.

    banDurationSec number

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction string

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey string

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse[]

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName string

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction string

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Threshold at which to begin ratelimiting.

    ban_duration_sec int

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    ban_threshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conform_action str

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforce_on_key str

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforce_on_key_configs Sequence[SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse]

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforce_on_key_name str

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceed_action str

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceed_redirect_options SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rate_limit_threshold SecurityPolicyRuleRateLimitOptionsThresholdResponse

    Threshold at which to begin ratelimiting.

    banDurationSec Number

    Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.

    banThreshold Property Map

    Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.

    conformAction String

    Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.

    enforceOnKey String

    Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

    enforceOnKeyConfigs List<Property Map>

    If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.

    enforceOnKeyName String

    Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.

    exceedAction String

    Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502, and redirect, where the redirect parameters come from exceedRedirectOptions below. The redirect action is only supported in Global Security Policies of type CLOUD_ARMOR.

    exceedRedirectOptions Property Map

    Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    rateLimitThreshold Property Map

    Threshold at which to begin ratelimiting.

    SecurityPolicyRuleRateLimitOptionsThreshold, SecurityPolicyRuleRateLimitOptionsThresholdArgs

    Count int

    Number of HTTP(S) requests for calculating the threshold.

    IntervalSec int

    Interval over which the threshold is computed.

    Count int

    Number of HTTP(S) requests for calculating the threshold.

    IntervalSec int

    Interval over which the threshold is computed.

    count Integer

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec Integer

    Interval over which the threshold is computed.

    count number

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec number

    Interval over which the threshold is computed.

    count int

    Number of HTTP(S) requests for calculating the threshold.

    interval_sec int

    Interval over which the threshold is computed.

    count Number

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec Number

    Interval over which the threshold is computed.

    SecurityPolicyRuleRateLimitOptionsThresholdResponse, SecurityPolicyRuleRateLimitOptionsThresholdResponseArgs

    Count int

    Number of HTTP(S) requests for calculating the threshold.

    IntervalSec int

    Interval over which the threshold is computed.

    Count int

    Number of HTTP(S) requests for calculating the threshold.

    IntervalSec int

    Interval over which the threshold is computed.

    count Integer

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec Integer

    Interval over which the threshold is computed.

    count number

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec number

    Interval over which the threshold is computed.

    count int

    Number of HTTP(S) requests for calculating the threshold.

    interval_sec int

    Interval over which the threshold is computed.

    count Number

    Number of HTTP(S) requests for calculating the threshold.

    intervalSec Number

    Interval over which the threshold is computed.

    SecurityPolicyRuleRedirectOptions, SecurityPolicyRuleRedirectOptionsArgs

    Target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    Type Pulumi.GoogleNative.Compute.V1.SecurityPolicyRuleRedirectOptionsType

    Type of the redirect action.

    Target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    Type SecurityPolicyRuleRedirectOptionsType

    Type of the redirect action.

    target String

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type SecurityPolicyRuleRedirectOptionsType

    Type of the redirect action.

    target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type SecurityPolicyRuleRedirectOptionsType

    Type of the redirect action.

    target str

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type SecurityPolicyRuleRedirectOptionsType

    Type of the redirect action.

    target String

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type "EXTERNAL_302" | "GOOGLE_RECAPTCHA"

    Type of the redirect action.

    SecurityPolicyRuleRedirectOptionsResponse, SecurityPolicyRuleRedirectOptionsResponseArgs

    Target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    Type string

    Type of the redirect action.

    Target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    Type string

    Type of the redirect action.

    target String

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type String

    Type of the redirect action.

    target string

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type string

    Type of the redirect action.

    target str

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type str

    Type of the redirect action.

    target String

    Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

    type String

    Type of the redirect action.

    SecurityPolicyRuleRedirectOptionsType, SecurityPolicyRuleRedirectOptionsTypeArgs

    External302
    EXTERNAL_302
    GoogleRecaptcha
    GOOGLE_RECAPTCHA
    SecurityPolicyRuleRedirectOptionsTypeExternal302
    EXTERNAL_302
    SecurityPolicyRuleRedirectOptionsTypeGoogleRecaptcha
    GOOGLE_RECAPTCHA
    External302
    EXTERNAL_302
    GoogleRecaptcha
    GOOGLE_RECAPTCHA
    External302
    EXTERNAL_302
    GoogleRecaptcha
    GOOGLE_RECAPTCHA
    EXTERNAL302
    EXTERNAL_302
    GOOGLE_RECAPTCHA
    GOOGLE_RECAPTCHA
    "EXTERNAL_302"
    EXTERNAL_302
    "GOOGLE_RECAPTCHA"
    GOOGLE_RECAPTCHA

    SecurityPolicyRuleResponse, SecurityPolicyRuleResponseArgs

    Action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    Description string

    An optional description of this resource. Provide this property when you create the resource.

    HeaderAction Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleHttpHeaderActionResponse

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Kind string

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    Match Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleMatcherResponse

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    PreconfiguredWafConfig Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRulePreconfiguredWafConfigResponse

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    Preview bool

    If set to true, the specified action is not enforced.

    Priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    RateLimitOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRateLimitOptionsResponse

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    RedirectOptions Pulumi.GoogleNative.Compute.V1.Inputs.SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    Description string

    An optional description of this resource. Provide this property when you create the resource.

    HeaderAction SecurityPolicyRuleHttpHeaderActionResponse

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Kind string

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    Match SecurityPolicyRuleMatcherResponse

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    PreconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfigResponse

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    Preview bool

    If set to true, the specified action is not enforced.

    Priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    RateLimitOptions SecurityPolicyRuleRateLimitOptionsResponse

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    RedirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action String

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description String

    An optional description of this resource. Provide this property when you create the resource.

    headerAction SecurityPolicyRuleHttpHeaderActionResponse

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    kind String

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    match SecurityPolicyRuleMatcherResponse

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfigResponse

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview Boolean

    If set to true, the specified action is not enforced.

    priority Integer

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions SecurityPolicyRuleRateLimitOptionsResponse

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action string

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description string

    An optional description of this resource. Provide this property when you create the resource.

    headerAction SecurityPolicyRuleHttpHeaderActionResponse

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    kind string

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    match SecurityPolicyRuleMatcherResponse

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig SecurityPolicyRulePreconfiguredWafConfigResponse

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview boolean

    If set to true, the specified action is not enforced.

    priority number

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions SecurityPolicyRuleRateLimitOptionsResponse

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action str

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description str

    An optional description of this resource. Provide this property when you create the resource.

    header_action SecurityPolicyRuleHttpHeaderActionResponse

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    kind str

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    match SecurityPolicyRuleMatcherResponse

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfigured_waf_config SecurityPolicyRulePreconfiguredWafConfigResponse

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview bool

    If set to true, the specified action is not enforced.

    priority int

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rate_limit_options SecurityPolicyRuleRateLimitOptionsResponse

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirect_options SecurityPolicyRuleRedirectOptionsResponse

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    action String

    The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.

    description String

    An optional description of this resource. Provide this property when you create the resource.

    headerAction Property Map

    Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    kind String

    [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules

    match Property Map

    A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.

    preconfiguredWafConfig Property Map

    Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.

    preview Boolean

    If set to true, the specified action is not enforced.

    priority Number

    An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

    rateLimitOptions Property Map

    Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.

    redirectOptions Property Map

    Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi