Rule Group Rule Statement Rate Based Statement Scope Down Statement Or Statement Args
data class RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementArgs(val statements: Output<List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementArgs>
Constructors
Link copied to clipboard
constructor(statements: Output<List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementArgs>>)
Properties
Link copied to clipboard
val statements: Output<List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementArgs>>
The statements to combine with OR
logic. You can use any statements that can be nested. See Statement above for details.