AWS::WAFv2::WebACL ExcludedRule
This is the latest version of AWS WAF, named AWS WAFV2, released in November, 2019. For information, including how to migrate your AWS WAF resources from the prior release, see the AWS WAF Developer Guide.
Specifies a single rule to exclude from the rule group. Excluding a rule overrides
its action setting for the rule group in the web ACL, setting it to COUNT
.
This effectively excludes the rule from acting on web requests.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
}
YAML
Name:
String
Properties
Name
-
The name of the rule to exclude.
Required: Yes
Type: String
Minimum:
1
Maximum:
128
Pattern:
^[\w\-]+$
Update requires: No interruption