View source: R/cloudwatch_operations.R
cloudwatch_delete_anomaly_detector | R Documentation |
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.
cloudwatch_delete_anomaly_detector(
Namespace = NULL,
MetricName = NULL,
Dimensions = NULL,
Stat = NULL,
SingleMetricAnomalyDetector = NULL,
MetricMathAnomalyDetector = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.