WebAclRuleStatementRuleGroupReferenceStatementArgs

data class WebAclRuleStatementRuleGroupReferenceStatementArgs(val arn: Output<String>, val excludedRules: Output<List<WebAclRuleStatementRuleGroupReferenceStatementExcludedRuleArgs>>? = null) : ConvertibleToJava<WebAclRuleStatementRuleGroupReferenceStatementArgs>

Constructors

constructor(arn: Output<String>, excludedRules: Output<List<WebAclRuleStatementRuleGroupReferenceStatementExcludedRuleArgs>>? = null)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the aws.wafv2.RuleGroup resource.

Link copied to clipboard

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.

Functions

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