Class: Aws::CloudWatch::Types::MetricStreamEntry

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

Overview

This structure contains the configuration information about one metric stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the metric stream.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date that the metric stream was originally created.

Returns:

  • (Time)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#firehose_arnString

The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

The date that the configuration of this metric stream was most recently updated.

Returns:

  • (Time)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the metric stream.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#output_formatString

The output format of this metric stream. Valid values are json, opentelemetry1.0, and opentelemetry0.7.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of this stream. Valid values are running and stopped.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3021

class MetricStreamEntry < Struct.new(
  :arn,
  :creation_date,
  :last_update_date,
  :name,
  :firehose_arn,
  :state,
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end