AWS::ObservabilityAdmin::OrganizationCentralizationRule SourceLogsConfiguration - 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::OrganizationCentralizationRule SourceLogsConfiguration

Configuration for selecting and handling source log groups for centralization.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

DataSourceSelectionCriteria

The selection criteria that specifies which data sources to centralize. The selection criteria uses the same filter expression format as LogGroupSelectionCriteria, but operates on DataSourceName and DataSourceType operands. When both LogGroupSelectionCriteria and DataSourceSelectionCriteria are specified, a log event must match both criteria to be centralized.

Required: No

Type: String

Minimum: 1

Maximum: 2000

Update requires: No interruption

EncryptedLogGroupStrategy

A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.

Required: Yes

Type: String

Allowed values: ALLOW | SKIP

Update requires: No interruption

LogGroupSelectionCriteria

The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.

Required: No

Type: String

Minimum: 1

Maximum: 2000

Update requires: No interruption