AWS::CloudWatch::AnomalyDetector Range - AWS CloudFormation

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