AWS::CloudWatch::AnomalyDetector Range - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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