putAnomalyDetector
inline suspend fun CloudWatchClient.putAnomalyDetector(crossinline block: PutAnomalyDetectorRequest.Builder.() -> Unit): PutAnomalyDetectorResponse
Creates an anomaly detection model for a CloudWatch metric. You can use the model to display a band of expected normal values when the metric is graphed.
If you have enabled unified cross-account observability, and this account is a monitoring account, the metric can be in the same account or a source account. You can specify the account ID in the object you specify in the SingleMetricAnomalyDetector
parameter.
For more information, see CloudWatch Anomaly Detection.