FirewallManagerStatement
The processing guidance for an AWS Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.
Contents
- ManagedRuleGroupStatement
-
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 aNotStatement
orOrStatement
. It can only be referenced as a top-level statement within a rule.Note You are charged additional fees when you use the AWS WAF Bot Control managed rule group
AWSManagedRulesBotControlRuleSet
or the AWS WAF Fraud Control account takeover prevention (ATP) managed rule groupAWSManagedRulesATPRuleSet
. For more information, see AWS WAF Pricing. Type: ManagedRuleGroupStatement object
Required: No
- 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 aNotStatement
orOrStatement
. You can only use a rule group reference statement at the top level inside a web ACL.Type: RuleGroupReferenceStatement object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: