request Uris
suspend fun requestUris(value: Output<List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>>)
suspend fun requestUris(value: List<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>?)
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 requestUris(vararg values: Output<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>)
suspend fun requestUris(values: List<Output<SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs>>)
suspend fun requestUris(vararg values: SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs)
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 requestUris(argument: List<suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgsBuilder.() -> Unit>)
suspend fun requestUris(vararg argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgsBuilder.() -> Unit)
suspend fun requestUris(argument: suspend SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgsBuilder.() -> 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.