request Query Params To Exclude
suspend fun requestQueryParamsToExclude(value: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestQueryParamsToExclude(value: List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>?)
Parameters
value
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.
suspend fun requestQueryParamsToExclude(vararg values: Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>)
suspend fun requestQueryParamsToExclude(values: List<Output<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs>>)
suspend fun requestQueryParamsToExclude(vararg values: SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs)
Parameters
values
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.
suspend fun requestQueryParamsToExclude(argument: List<suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit>)
suspend fun requestQueryParamsToExclude(vararg argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
suspend fun requestQueryParamsToExclude(argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgsBuilder.() -> Unit)
Parameters
argument
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.