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