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::OrganizationTelemetryRule TelemetryDestinationConfiguration
Configuration specifying where and how telemetry data should be delivered for AWS resources.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CloudtrailParameters" :CloudtrailParameters, "DestinationPattern" :String, "DestinationType" :String, "ELBLoadBalancerLoggingParameters" :ELBLoadBalancerLoggingParameters, "RetentionInDays" :Integer, "VPCFlowLogParameters" :VPCFlowLogParameters, "WAFLoggingParameters" :WAFLoggingParameters}
YAML
CloudtrailParameters:CloudtrailParametersDestinationPattern:StringDestinationType:StringELBLoadBalancerLoggingParameters:ELBLoadBalancerLoggingParametersRetentionInDays:IntegerVPCFlowLogParameters:VPCFlowLogParametersWAFLoggingParameters:WAFLoggingParameters
Properties
CloudtrailParameters-
Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
Required: No
Type: CloudtrailParameters
Update requires: No interruption
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-logsUpdate requires: No interruption
ELBLoadBalancerLoggingParameters-
Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
Required: No
Type: ELBLoadBalancerLoggingParameters
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
WAFLoggingParameters-
Configuration parameters specific to WAF logging when WAF is the resource type.
Required: No
Type: WAFLoggingParameters
Update requires: No interruption