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