AWS::ObservabilityAdmin::OrganizationTelemetryRule LoggingFilter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 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