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 CentralizationRuleDestination
Configuration specifying the primary destination for centralized telemetry data.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Account" :
String
, "DestinationLogsConfiguration" :DestinationLogsConfiguration
, "Region" :String
}
YAML
Account:
String
DestinationLogsConfiguration:DestinationLogsConfiguration
Region:String
Properties
Account
-
The destination account (within the organization) to which the telemetry data should be centralized.
Required: No
Type: String
Pattern:
^[0-9]{12}$
Minimum:
12
Maximum:
12
Update requires: No interruption
DestinationLogsConfiguration
-
Log specific configuration for centralization destination log groups.
Required: No
Type: DestinationLogsConfiguration
Update requires: No interruption
Region
-
The primary destination region to which telemetry data should be centralized.
Required: Yes
Type: String
Minimum:
1
Update requires: No interruption