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