AWS::WAFv2::LoggingConfiguration LabelNameCondition - AWS CloudFormation

AWS::WAFv2::LoggingConfiguration LabelNameCondition

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

Syntax

To declare this entity in your AWS 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