class Aws::WAFV2::Types::FirewallManagerStatement

The processing guidance for an Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.

@!attribute [rw] managed_rule_group_statement

A rule statement used to run the rules that are defined in a managed
rule group. To use this, provide the vendor name and the name of the
rule group in this statement. You can retrieve the required names by
calling ListAvailableManagedRuleGroups.

You cannot nest a `ManagedRuleGroupStatement`, for example for use
inside a `NotStatement` or `OrStatement`. It can only be referenced
as a top-level statement within a rule.
@return [Types::ManagedRuleGroupStatement]

@!attribute [rw] rule_group_reference_statement

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.
@return [Types::RuleGroupReferenceStatement]

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

Constants

SENSITIVE