class Aws::CloudWatch::Types::GetMetricStreamOutput

@!attribute [rw] arn

The ARN of the metric stream.
@return [String]

@!attribute [rw] name

The name of the metric stream.
@return [String]

@!attribute [rw] include_filters

If this array of metric namespaces is present, then these namespaces
are the only metric namespaces that are streamed by this metric
stream.
@return [Array<Types::MetricStreamFilter>]

@!attribute [rw] exclude_filters

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.
@return [Array<Types::MetricStreamFilter>]

@!attribute [rw] firehose_arn

The ARN of the Amazon Kinesis Firehose delivery stream that is used
by this metric stream.
@return [String]

@!attribute [rw] role_arn

The ARN of the IAM role that is used by this metric stream.
@return [String]

@!attribute [rw] state

The state of the metric stream. The possible values are `running`
and `stopped`.
@return [String]

@!attribute [rw] creation_date

The date that the metric stream was created.
@return [Time]

@!attribute [rw] last_update_date

The date of the most recent update to the metric stream's
configuration.
@return [Time]

@!attribute [rw] output_format

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/GetMetricStreamOutput AWS API Documentation

Constants

SENSITIVE