Class: Aws::ObservabilityAdmin::Types::TelemetryPipeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::TelemetryPipeline
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry pipeline.
-
#configuration ⇒ Types::TelemetryPipelineConfiguration
The configuration that defines how the telemetry pipeline processes data.
-
#created_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was created.
-
#last_update_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was last updated.
-
#name ⇒ String
The name of the telemetry pipeline.
-
#status ⇒ String
The current status of the telemetry pipeline.
-
#status_reason ⇒ Types::TelemetryPipelineStatusReason
Additional information about the pipeline status, including reasons for failure states.
-
#tags ⇒ Hash<String,String>
The key-value pairs associated with the telemetry pipeline resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry pipeline.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2001 class TelemetryPipeline < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :configuration, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |