WebAclRuleGroupReferenceStatementArgs

data class WebAclRuleGroupReferenceStatementArgs(val arn: Output<String>, val excludedRules: Output<List<WebAclExcludedRuleArgs>>? = null, val ruleActionOverrides: Output<List<WebAclRuleActionOverrideArgs>>? = null) : ConvertibleToJava<WebAclRuleGroupReferenceStatementArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, excludedRules: Output<List<WebAclExcludedRuleArgs>>? = null, ruleActionOverrides: Output<List<WebAclRuleActionOverrideArgs>>? = null)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the entity.

Link copied to clipboard

Rules in the referenced rule group whose actions are set to Count .

Link copied to clipboard

Action overrides for rules in the rule group.

Functions

Link copied to clipboard
open override fun toJava(): WebAclRuleGroupReferenceStatementArgs