request Query Params
suspend fun requestQueryParams(value: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>>)
suspend fun requestQueryParams(value: List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>?)
Parameters
value
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.
suspend fun requestQueryParams(vararg values: Output<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>)
suspend fun requestQueryParams(values: List<Output<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs>>)
suspend fun requestQueryParams(vararg values: SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs)
Parameters
values
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.
suspend fun requestQueryParams(argument: List<suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgsBuilder.() -> Unit>)
suspend fun requestQueryParams(vararg argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgsBuilder.() -> Unit)
suspend fun requestQueryParams(argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgsBuilder.() -> Unit)
Parameters
argument
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.