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