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

Each Range specifies one range of days or times to exclude from use for training or updating an anomaly detection model.

Syntax

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

JSON

{ "EndTime" : String, "StartTime" : String }

YAML

EndTime: String StartTime: String

Properties

EndTime

The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.

Required: Yes

Type: String

Update requires: No interruption

StartTime

The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.

Required: Yes

Type: String

Update requires: No interruption