Builder
Properties
The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model. You can specify as many as 10 time ranges.
The metric dimensions to create the anomaly detection model for.
Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the PeriodicSpikes
parameter.
The metric math anomaly detector to be created.
The name of the metric to create the anomaly detection model for.
A single metric anomaly detector to be created.
Functions
construct an aws.sdk.kotlin.services.cloudwatch.model.AnomalyDetectorConfiguration inside the given block
construct an aws.sdk.kotlin.services.cloudwatch.model.MetricCharacteristics inside the given block
construct an aws.sdk.kotlin.services.cloudwatch.model.MetricMathAnomalyDetector inside the given block
construct an aws.sdk.kotlin.services.cloudwatch.model.SingleMetricAnomalyDetector inside the given block