scopeDownStatement

@JvmName(name = "wqebfaqfqfdkjgin")
suspend fun scopeDownStatement(value: Output<WebAclStatementArgs>)
@JvmName(name = "fcfpjptaqmmryjkt")
suspend fun scopeDownStatement(value: WebAclStatementArgs?)

Parameters

value

An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.


@JvmName(name = "gohxebvnfhjhqqwa")
suspend fun scopeDownStatement(argument: suspend WebAclStatementArgsBuilder.() -> Unit)

Parameters

argument

An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.