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::OrganizationTelemetryRule TelemetryDestinationConfiguration
Configuration specifying where and how telemetry data should be delivered for Amazon resources.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationPattern" :
String
, "DestinationType" :String
, "RetentionInDays" :Integer
, "VPCFlowLogParameters" :VPCFlowLogParameters
}
YAML
DestinationPattern:
String
DestinationType:String
RetentionInDays:Integer
VPCFlowLogParameters:VPCFlowLogParameters
Properties
DestinationPattern
-
The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
Required: No
Type: String
Update requires: No interruption
DestinationType
-
The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
Required: No
Type: String
Allowed values:
cloud-watch-logs
Update requires: No interruption
RetentionInDays
-
The number of days to retain the telemetry data in the destination.
Required: No
Type: Integer
Update requires: No interruption
VPCFlowLogParameters
-
Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
Required: No
Type: VPCFlowLogParameters
Update requires: No interruption