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::TelemetryPipelines TelemetryPipeline
Represents a complete telemetry pipeline resource with configuration, status, and metadata for data processing and transformation.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Arn" :String, "Configuration" :TelemetryPipelineConfiguration, "CreatedTimeStamp" :Number, "LastUpdateTimeStamp" :Number, "Name" :String, "Status" :String, "StatusReason" :TelemetryPipelineStatusReason, "Tags" :[ Tag, ... ]}
YAML
Arn:StringConfiguration:TelemetryPipelineConfigurationCreatedTimeStamp:NumberLastUpdateTimeStamp:NumberName:StringStatus:StringStatusReason:TelemetryPipelineStatusReasonTags:- Tag
Properties
Arn-
The Amazon Resource Name (ARN) of the telemetry pipeline.
Required: No
Type: String
Pattern:
^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$Minimum:
1Maximum:
1011Update requires: No interruption
Configuration-
The configuration that defines how the telemetry pipeline processes data.
Required: No
Type: TelemetryPipelineConfiguration
Update requires: No interruption
CreatedTimeStamp-
The timestamp when the telemetry pipeline was created.
Required: No
Type: Number
Update requires: No interruption
LastUpdateTimeStamp-
The timestamp when the telemetry pipeline was last updated.
Required: No
Type: Number
Update requires: No interruption
Name-
The name of the telemetry pipeline.
Required: No
Type: String
Pattern:
[a-z][a-z0-9\-]+Minimum:
3Maximum:
28Update requires: No interruption
Status-
The current status of the telemetry pipeline.
Required: No
Type: String
Allowed values:
CREATING | ACTIVE | UPDATING | DELETING | CREATE_FAILED | UPDATE_FAILEDUpdate requires: No interruption
StatusReason-
Additional information about the pipeline status, including reasons for failure states.
Required: No
Type: TelemetryPipelineStatusReason
Update requires: No interruption
-
The key-value pairs associated with the telemetry pipeline resource.
Required: No
Type: Array of Tag
Update requires: No interruption