AWS::CloudWatch::MetricStream MetricStreamStatisticsConfiguration
This structure specifies a list of additional statistics to stream, and the metrics to stream those additional statistics for.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdditionalStatistics" :
[ String, ... ]
, "IncludeMetrics" :[ MetricStreamStatisticsMetric, ... ]
}
YAML
AdditionalStatistics:
- String
IncludeMetrics:- MetricStreamStatisticsMetric
Properties
AdditionalStatistics
The additional statistics to stream for the metrics listed in
IncludeMetrics
.Required: Yes
Type: List of String
Update requires: No interruption
IncludeMetrics
An array that defines the metrics that are to have additional statistics streamed.
Required: Yes
Type: List of MetricStreamStatisticsMetric
Update requires: No interruption