AWS::CloudWatch::MetricStream MetricStreamStatisticsConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "AdditionalStatistics" : [ String, ... ], "IncludeMetrics" : [ MetricStreamStatisticsMetric, ... ] }

Properties

AdditionalStatistics

The additional statistics to stream for the metrics listed in IncludeMetrics.

Required: Yes

Type: Array of String

Maximum: 20

Update requires: No interruption

IncludeMetrics

An array that defines the metrics that are to have additional statistics streamed.

Required: Yes

Type: Array of MetricStreamStatisticsMetric

Maximum: 100

Update requires: No interruption