This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::WAFv2::LoggingConfiguration Condition
A single match condition for a log filter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActionCondition" :ActionCondition, "LabelNameCondition" :LabelNameCondition}
Properties
- ActionCondition
- 
                    A single action condition. This is the action setting that a log record must contain in order to meet the condition. Required: No Type: ActionCondition Update requires: No interruption 
- LabelNameCondition
- 
                    A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. 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: No Type: LabelNameCondition Update requires: No interruption