Web Acl Rule Statement Rule Group Reference Statement Args
data class WebAclRuleStatementRuleGroupReferenceStatementArgs(val arn: Output<String>, val excludedRules: Output<List<WebAclRuleStatementRuleGroupReferenceStatementExcludedRuleArgs>>? = null) : ConvertibleToJava<WebAclRuleStatementRuleGroupReferenceStatementArgs>
Constructors
Link copied to clipboard
constructor(arn: Output<String>, excludedRules: Output<List<WebAclRuleStatementRuleGroupReferenceStatementExcludedRuleArgs>>? = null)
Properties
Link copied to clipboard
val excludedRules: Output<List<WebAclRuleStatementRuleGroupReferenceStatementExcludedRuleArgs>>? = null
The rules
whose actions are set to COUNT
by the web ACL, regardless of the action that is set on the rule. See excluded_rule
below for details.