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::OrganizationCentralizationRule SourceLogsConfiguration
Configuration for selecting and handling source log groups for centralization.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DataSourceSelectionCriteria" :String, "EncryptedLogGroupStrategy" :String, "LogGroupSelectionCriteria" :String}
YAML
DataSourceSelectionCriteria:StringEncryptedLogGroupStrategy:StringLogGroupSelectionCriteria:String
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 onDataSourceNameandDataSourceTypeoperands. When bothLogGroupSelectionCriteriaandDataSourceSelectionCriteriaare specified, a log event must match both criteria to be centralized.Required: No
Type: String
Minimum:
1Maximum:
2000Update 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 | SKIPUpdate 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:
1Maximum:
2000Update requires: No interruption