or Statement
suspend fun orStatement(value: Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementArgs>)
suspend fun orStatement(value: RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementArgs?)
Parameters
value
A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.
suspend fun orStatement(argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementArgsBuilder.() -> Unit)
Parameters
argument
A logical rule statement used to combine other rule statements with OR logic. See OR Statement below for details.