Deletes the specified anomaly detection model from your account
Deletes the specified anomaly detection model from your account.
cloudwatch_delete_anomaly_detector(Namespace, MetricName, Dimensions, Stat)
Namespace |
[required] The namespace associated with the anomaly detection model to delete. |
MetricName |
[required] The metric name associated with the anomaly detection model to delete. |
Dimensions |
The metric dimensions associated with the anomaly detection model to delete. |
Stat |
[required] The statistic associated with the anomaly detection model to delete. |
An empty list.
svc$delete_anomaly_detector( Namespace = "string", MetricName = "string", Dimensions = list( list( Name = "string", Value = "string" ) ), Stat = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.