AWS::WAFv2::WebACL RuleActionOverride
Action setting to use in the place of a rule action that is configured inside the rule group. You specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to Count
and then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You can also permanently override some or all actions, to modify how the rule group manages your web traffic.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActionToUse" :
RuleAction
, "Name" :String
}
YAML
ActionToUse:
RuleAction
Name:String
Properties
ActionToUse
-
The override action to use, in place of the configured action of the rule in the rule group.
Required: Yes
Type: RuleAction
Update requires: No interruption
Name
-
The name of the rule to override.
Required: Yes
Type: String
Pattern:
^[0-9A-Za-z_-]{1,128}$
Update requires: No interruption