AWS::WAFv2::RuleGroup LabelSummary - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 the RuleLabels for a rule.

  • ConsumedLabels - Labels that rules match against. These labels are defined in a LabelMatchStatement specification, in the Statement definition of a rule.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Name" : String }

YAML

Name: String

Properties

Name

An individual label specification.

Required: No

Type: String

Pattern: ^[0-9A-Za-z_:-]{1,1024}$

Update requires: No interruption