excludedTimeRanges property

List<Range>? excludedTimeRanges
final

An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.

Implementation

final List<Range>? excludedTimeRanges;