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