cloudwatch_delete_anomaly_detector {paws.management} | R Documentation |
Deletes the specified anomaly detection model from your account
Description
Deletes the specified anomaly detection model from your account. For more information about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User Guide.
See https://www.paws-r-sdk.com/docs/cloudwatch_delete_anomaly_detector/ for full documentation.
Usage
cloudwatch_delete_anomaly_detector(
Namespace = NULL,
MetricName = NULL,
Dimensions = NULL,
Stat = NULL,
SingleMetricAnomalyDetector = NULL,
MetricMathAnomalyDetector = NULL
)
Arguments
Namespace |
The namespace associated with the anomaly detection model to delete. |
MetricName |
The metric name associated with the anomaly detection model to delete. |
Dimensions |
The metric dimensions associated with the anomaly detection model to delete. |
Stat |
The statistic associated with the anomaly detection model to delete. |
SingleMetricAnomalyDetector |
A single metric anomaly detector to be deleted. When using
Instead, specify the single metric anomaly detector attributes as part
of the |
MetricMathAnomalyDetector |
The metric math anomaly detector to be deleted. When using
Instead, specify the metric math anomaly detector attributes as part of
the |