AWS::ObservabilityAdmin::TelemetryPipelines TelemetryPipeline - AWS CloudFormation

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, ... ] }

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.

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