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