Class: Aws::CloudWatch::Types::MetricStreamEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::MetricStreamEntry
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The ARN of the metric stream.
-
#creation_date ⇒ Time
The date that the metric stream was originally created.
-
#firehose_arn ⇒ String
The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
-
#last_update_date ⇒ Time
The date that the configuration of this metric stream was most recently updated.
-
#name ⇒ String
The name of the metric stream.
-
#output_format ⇒ String
The output format of this metric stream.
-
#state ⇒ String
The current state of this stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the metric stream.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date that the metric stream was originally created.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#firehose_arn ⇒ String
The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date that the configuration of this metric stream was most recently updated.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the metric stream.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#output_format ⇒ String
The output format of this metric stream. Valid values are ‘json`, `opentelemetry1.0`, and `opentelemetry0.7`.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of this stream. Valid values are ‘running` and `stopped`.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3088 class MetricStreamEntry < Struct.new( :arn, :creation_date, :last_update_date, :name, :firehose_arn, :state, :output_format) SENSITIVE = [] include Aws::Structure end |