AWS::ObservabilityAdmin::OrganizationTelemetryRule LoggingFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ObservabilityAdmin::OrganizationTelemetryRule LoggingFilter

Configuration that determines which WAF log records to keep or drop based on specified conditions.

Syntax

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