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::TelemetryRule LoggingFilter
Configuration that determines which WAF log records to keep or drop based on specified conditions.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DefaultBehavior" :String, "Filters" :[ Filter, ... ]}
YAML
DefaultBehavior:StringFilters:- Filter
Properties
DefaultBehavior-
The default action (KEEP or DROP) for log records that don't match any filter conditions.
Required: No
Type: String
Allowed values:
KEEP | DROPUpdate requires: No interruption
Filters-
A list of filter conditions that determine log record handling behavior.
Required: No
Type: Array of Filter
Minimum:
1Update requires: No interruption