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