Deletes the specified anomaly detection model from your account
Source:R/cloudwatch_operations.R
cloudwatch_delete_anomaly_detector.RdDeletes 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
SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:Dimensions,MetricNameNamespaceStatthe
MetricMathAnomalyDetectorparameters ofDeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetectorproperty.- MetricMathAnomalyDetector
The metric math anomaly detector to be deleted.
When using
MetricMathAnomalyDetector, you cannot include following parameters in the same operation:Dimensions,MetricNameNamespaceStatthe
SingleMetricAnomalyDetectorparameters ofDeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetectorproperty.