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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#configurationTypes::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_stampInteger

The timestamp when the telemetry pipeline was created.

Returns:

  • (Integer)


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_stampInteger

The timestamp when the telemetry pipeline was last updated.

Returns:

  • (Integer)


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

#nameString

The name of the telemetry pipeline.

Returns:

  • (String)


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

#statusString

The current status of the telemetry pipeline.

Returns:

  • (String)


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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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