NAME
Paws::CloudWatch::GetMetricStreamOutput
ATTRIBUTES
Arn => Str
The ARN of the metric stream.
CreationDate => Str
The date that the metric stream was created.
ExcludeFilters => ArrayRef[Paws::CloudWatch::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.
FirehoseArn => Str
The ARN of the Amazon Kinesis Firehose delivery stream that is used by this metric stream.
IncludeFilters => ArrayRef[Paws::CloudWatch::MetricStreamFilter]
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
LastUpdateDate => Str
The date of the most recent update to the metric stream's configuration.
Name => Str
The name of the metric stream.
OutputFormat => Str
Valid values are: "json"
, "opentelemetry0.7"
=head2 RoleArn => Str
The ARN of the IAM role that is used by this metric stream.
State => Str
The state of the metric stream. The possible values are running
and stopped
.