AWS::WAFv2::RuleGroup LabelSummary - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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