Skip to content

/AWS1/CL_CWT=>DELETEANOMALYDETECTOR()

About DeleteAnomalyDetector

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.

Method Signature

IMPORTING

Optional arguments:

IV_NAMESPACE TYPE /AWS1/CWTNAMESPACE /AWS1/CWTNAMESPACE

The namespace associated with the anomaly detection model to delete.

IV_METRICNAME TYPE /AWS1/CWTMETRICNAME /AWS1/CWTMETRICNAME

The metric name associated with the anomaly detection model to delete.

IT_DIMENSIONS TYPE /AWS1/CL_CWTDIMENSION=>TT_DIMENSIONS TT_DIMENSIONS

The metric dimensions associated with the anomaly detection model to delete.

IV_STAT TYPE /AWS1/CWTANOMALYDETECTORMETTAT /AWS1/CWTANOMALYDETECTORMETTAT

The statistic associated with the anomaly detection model to delete.

IO_SINGLEMETRICANOMALYDETE00 TYPE REF TO /AWS1/CL_CWTSINGLEMETRICANOM00 /AWS1/CL_CWTSINGLEMETRICANOM00

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.

IO_METRICMATHANOMALYDETECTOR TYPE REF TO /AWS1/CL_CWTMETRICMATHANOMAL00 /AWS1/CL_CWTMETRICMATHANOMAL00

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CWTDELANOMALYDETECT01 /AWS1/CL_CWTDELANOMALYDETECT01