AWS::ObservabilityAdmin::TelemetryPipelines TelemetryPipeline - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "Configuration" : TelemetryPipelineConfiguration, "CreatedTimeStamp" : Number, "LastUpdateTimeStamp" : Number, "Name" : String, "Status" : String, "StatusReason" : TelemetryPipelineStatusReason, "Tags" : [ 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: 1

Maximum: 1011

Update requires: No interruption

Configuration

The configuration that defines how the telemetry pipeline processes data. For more information, see the Amazon CloudWatch User Guide.

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: 3

Maximum: 28

Update requires: No interruption

Status

The current status of the telemetry pipeline.

Required: No

Type: String

Allowed values: CREATING | ACTIVE | UPDATING | DELETING | CREATE_FAILED | UPDATE_FAILED

Update requires: No interruption

StatusReason

Additional information about the pipeline status, including reasons for failure states.

Required: No

Type: TelemetryPipelineStatusReason

Update requires: No interruption

Tags

The key-value pairs associated with the telemetry pipeline resource.

Required: No

Type: Array of Tag

Update requires: No interruption