Interface CfnAnomalyDetector.RangeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnomalyDetector.RangeProperty.Jsii$Proxy
Enclosing class:
CfnAnomalyDetector

@Stability(Stable) public static interface CfnAnomalyDetector.RangeProperty extends software.amazon.jsii.JsiiSerializable
Each Range specifies one range of days or times to exclude from use for training or updating an anomaly detection model.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudwatch.*;
 RangeProperty rangeProperty = RangeProperty.builder()
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: