SecurityPolicyRulePreconfiguredWafConfigExclusionArgs

data class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs(val requestCookiesToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, val requestHeadersToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, val requestQueryParamsToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, val requestUrisToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, val targetRuleIds: Output<List<String>>? = null, val targetRuleSet: Output<String>? = null) : ConvertibleToJava<SecurityPolicyRulePreconfiguredWafConfigExclusionArgs>

Constructors

fun SecurityPolicyRulePreconfiguredWafConfigExclusionArgs(requestCookiesToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, requestHeadersToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, requestQueryParamsToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, requestUrisToExclude: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>? = null, targetRuleIds: Output<List<String>>? = null, targetRuleSet: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SecurityPolicyRulePreconfiguredWafConfigExclusionArgs

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
val targetRuleIds: Output<List<String>>? = null

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.

Link copied to clipboard
val targetRuleSet: Output<String>? = null

Target WAF rule set to apply the preconfigured WAF exclusion.