Class: Aws::CloudWatch::Types::GetMetricStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricStreamOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
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 created.
-
#exclude_filters ⇒ Array<Types::MetricStreamFilter>
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.
-
#firehose_arn ⇒ String
The ARN of the Amazon Kinesis Firehose delivery stream that is used by this metric stream.
-
#include_filters ⇒ Array<Types::MetricStreamFilter>
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
-
#last_update_date ⇒ Time
The date of the most recent update to the metric stream's configuration.
-
#name ⇒ String
The name of the metric stream.
-
#output_format ⇒ String
The output format for the stream.
-
#role_arn ⇒ String
The ARN of the IAM role that is used by this metric stream.
-
#state ⇒ String
The state of the metric stream.
-
#statistics_configurations ⇒ Array<Types::MetricStreamStatisticsConfiguration>
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date that the metric stream was created.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#exclude_filters ⇒ Array<Types::MetricStreamFilter>
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#firehose_arn ⇒ String
The ARN of the Amazon Kinesis Firehose delivery stream that is used by this metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#include_filters ⇒ Array<Types::MetricStreamFilter>
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date of the most recent update to the metric stream's configuration.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#output_format ⇒ String
The output format for the stream. Valid values are json
and
opentelemetry0.7
. For more information about metric stream output
formats, see Metric streams output formats.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that is used by this metric stream.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the metric stream. The possible values are running
and stopped
.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |
#statistics_configurations ⇒ Array<Types::MetricStreamStatisticsConfiguration>
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1813 class GetMetricStreamOutput < Struct.new( :arn, :name, :include_filters, :exclude_filters, :firehose_arn, :role_arn, :state, :creation_date, :last_update_date, :output_format, :statistics_configurations) SENSITIVE = [] include Aws::Structure end |