and Statement
suspend fun andStatement(value: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementArgs>)
suspend fun andStatement(value: WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementArgs?)
Parameters
value
Logical rule statement used to combine other rule statements with AND logic. See and_statement
below for details.
suspend fun andStatement(argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementArgsBuilder.() -> Unit)
Parameters
argument
Logical rule statement used to combine other rule statements with AND logic. See and_statement
below for details.