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::ObservabilityAdmin::OrganizationTelemetryRule Condition
A single condition that can match based on WAF rule action or label name.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ActionCondition" :ActionCondition, "LabelNameCondition" :LabelNameCondition}
Properties
ActionCondition-
Matches log records based on the WAF rule action taken (ALLOW, BLOCK, COUNT, etc.).
Required: No
Type: ActionCondition
Update requires: No interruption
LabelNameCondition-
Matches log records based on WAF rule labels applied to the request.
Required: No
Type: LabelNameCondition
Update requires: No interruption