scope Down Statement
suspend fun scopeDownStatement(value: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementArgs>)
suspend fun scopeDownStatement(value: WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementArgs?)
Parameters
value
Narrows the scope of the 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementArgsBuilder.() -> Unit)
Parameters
argument
Narrows the scope of the 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.