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