Class: Aws::ObservabilityAdmin::Types::TelemetryPipeline

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

Represents a complete telemetry pipeline resource with configuration, status, and metadata for data processing and transformation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the telemetry pipeline.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#configuration ⇒ Types::TelemetryPipelineConfiguration

The configuration that defines how the telemetry pipeline processes data.



2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_time_stamp ⇒ Integer

The timestamp when the telemetry pipeline was created.

Returns:

  • (Integer)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_time_stamp ⇒ Integer

The timestamp when the telemetry pipeline was last updated.

Returns:

  • (Integer)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the telemetry pipeline.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the telemetry pipeline.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#status_reason ⇒ Types::TelemetryPipelineStatusReason

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



2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

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

Returns:

  • (Hash<String,String>)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2665

class TelemetryPipeline < Struct.new(
  :created_time_stamp,
  :last_update_time_stamp,
  :arn,
  :name,
  :configuration,
  :status,
  :status_reason,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end