class Aws::WAFV2::Types::RuleGroupReferenceStatement

A rule statement used to run the rules that are defined in a RuleGroup. To use this, create a rule group with your rules, then provide the ARN of the rule group in this statement.

You cannot nest a `RuleGroupReferenceStatement`, for example for use inside a `NotStatement` or `OrStatement`. It can only be referenced as a top-level statement within a rule.

@note When making an API call, you may pass RuleGroupReferenceStatement

data as a hash:

    {
      arn: "ResourceArn", # required
      excluded_rules: [
        {
          name: "EntityName", # required
        },
      ],
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the entity.
@return [String]

@!attribute [rw] excluded_rules

The names of rules that are in the referenced rule group, but that
you want WAF to exclude from processing for this rule statement.
@return [Array<Types::ExcludedRule>]

@see docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/RuleGroupReferenceStatement AWS API Documentation

Constants

SENSITIVE