AWS::WAFv2::LoggingConfiguration LabelNameCondition - 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::LoggingConfiguration LabelNameCondition

A single label name condition for a condition in a logging filter.

Syntax

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

JSON

{ "LabelName" : String }

YAML

LabelName: String

Properties

LabelName

The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

Required: Yes

Type: String

Pattern: ^[0-9A-Za-z_\-:]+$

Minimum: 1

Maximum: 1024

Update requires: No interruption