AWS::WAFv2::RuleGroup LabelSummary
List of labels used by one or more of the rules of a AWS::WAFv2::RuleGroup. This summary object is used for the following rule group lists:
-
AvailableLabels- Labels that rules add to matching requests. These labels are defined in theRuleLabelsfor a rule. -
ConsumedLabels- Labels that rules match against. These labels are defined in aLabelMatchStatementspecification, in the Statement definition of a rule.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Name" :String}
YAML
Name:String
Properties
Name-
An individual label specification.
Required: No
Type: String
Minimum:
1Maximum:
1024Pattern:
^[0-9A-Za-z_\-:]+$Update requires: No interruption