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