request Headers To Exclude
suspend fun requestHeadersToExclude(value: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestHeadersToExclude(value: List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>?)
Parameters
value
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
suspend fun requestHeadersToExclude(vararg values: Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>)
suspend fun requestHeadersToExclude(values: List<Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestHeadersToExclude(vararg values: SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs)
Parameters
values
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
suspend fun requestHeadersToExclude(argument: List<suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit>)
suspend fun requestHeadersToExclude(vararg argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
suspend fun requestHeadersToExclude(argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
Parameters
argument
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.