and Statement
suspend fun andStatement(value: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementArgs>)
suspend fun andStatement(value: WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementArgs?)
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 WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementArgsBuilder.() -> Unit)
Parameters
argument
Logical rule statement used to combine other rule statements with AND logic. See and_statement
below for details.