AWS::ObservabilityAdmin::TelemetryRule LoggingFilter - AWS CloudFormation

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: String Filters: - 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 | DROP

Update requires: No interruption

Filters

A list of filter conditions that determine log record handling behavior.

Required: No

Type: Array of Filter

Minimum: 1

Update requires: No interruption