SecurityPolicyRulePreconfiguredWafConfigExclusionArgs

data class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs(val requestCookies: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs>>? = null, val requestHeaders: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs>>? = null, val requestQueryParams: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>>? = null, val requestUris: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>>? = null, val targetRuleIds: Output<List<String>>? = null, val targetRuleSet: Output<String>) : ConvertibleToJava<SecurityPolicyRulePreconfiguredWafConfigExclusionArgs>

Constructors

constructor(requestCookies: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs>>? = null, requestHeaders: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs>>? = null, requestQueryParams: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>>? = null, requestUris: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>>? = null, targetRuleIds: Output<List<String>>? = null, targetRuleSet: Output<String>)

Properties

Link copied to clipboard

Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.

Link copied to clipboard

Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.

Link copied to clipboard

Request query parameter 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. Structure is documented below.

Link copied to clipboard

Request URI 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. Structure is documented below.

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>

Target WAF rule set to apply the preconfigured WAF exclusion.

Functions

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