scope Down Statement
suspend fun scopeDownStatement(value: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementArgs>)
Parameters
value
Optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See statement
above for details.
suspend fun scopeDownStatement(argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementArgsBuilder.() -> Unit)
Parameters
argument
Optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See statement
above for details.