This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::WAFv2::WebACL AWSManagedRulesAntiDDoSRuleSet
Configures the use of the anti-DDoS managed rule group, AWSManagedRulesAntiDDoSRuleSet
. This configuration is used in ManagedRuleGroupConfig
.
The configuration that you provide here determines whether and how the rules in the rule group are used.
For additional information about this and the other intelligent threat mitigation rule groups, see Intelligent threat mitigation in Amazon WAF and Amazon Managed Rules rule groups list in the Amazon WAF Developer Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ClientSideActionConfig" :
ClientSideActionConfig
, "SensitivityToBlock" :String
}
YAML
ClientSideActionConfig:
ClientSideActionConfig
SensitivityToBlock:String
Properties
ClientSideActionConfig
-
Configures the request handling that's applied by the managed rule group rules
ChallengeAllDuringEvent
andChallengeDDoSRequests
during a distributed denial of service (DDoS) attack.Required: Yes
Type: ClientSideActionConfig
Update requires: No interruption
SensitivityToBlock
-
The sensitivity that the rule group rule
DDoSRequests
uses when matching against the DDoS suspicion labeling on a request. The managed rule group adds the labeling during DDoS events, before theDDoSRequests
rule runs.The higher the sensitivity, the more levels of labeling that the rule matches:
-
Low sensitivity is less sensitive, causing the rule to match only on the most likely participants in an attack, which are the requests with the high suspicion label
awswaf:managed:aws:anti-ddos:high-suspicion-ddos-request
. -
Medium sensitivity causes the rule to match on the medium and high suspicion labels.
-
High sensitivity causes the rule to match on all of the suspicion labels: low, medium, and high.
Default:
LOW
Required: No
Type: String
Allowed values:
LOW | MEDIUM | HIGH
Update requires: No interruption
-