cloudwatch_delete_anomaly_detector: Deletes the specified anomaly detection model from your...

View source: R/cloudwatch_operations.R

cloudwatch_delete_anomaly_detectorR 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 SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:

  • Dimensions,

  • MetricName

  • Namespace

  • Stat

  • the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput

Instead, specify the single metric anomaly detector attributes as part of the SingleMetricAnomalyDetector property.

MetricMathAnomalyDetector

The metric math anomaly detector to be deleted.

When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:

  • Dimensions,

  • MetricName

  • Namespace

  • Stat

  • the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput

Instead, specify the metric math anomaly detector attributes as part of the MetricMathAnomalyDetector property.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.