AWS::CloudWatch::AnomalyDetector MetricCharacteristics - 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::AnomalyDetector MetricCharacteristics

This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "PeriodicSpikes" : Boolean }

YAML

PeriodicSpikes: Boolean

Properties

PeriodicSpikes

Set this parameter to true if values for this metric consistently include spikes that should not be considered to be anomalies. With this set to true, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.

Required: No

Type: Boolean

Update requires: Replacement