This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "EncryptedLogGroupStrategy" :
String
, "LogGroupSelectionCriteria" :String
}
YAML
EncryptedLogGroupStrategy:
String
LogGroupSelectionCriteria:String
Properties
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: Yes
Type: String
Minimum:
1
Maximum:
2000
Update requires: No interruption