Learn R Programming

paws.management (version 0.1.8)

cloudwatch_delete_anomaly_detector: Deletes the specified anomaly detection model from your account

Description

Deletes the specified anomaly detection model from your account.

Usage

cloudwatch_delete_anomaly_detector(Namespace, MetricName, Dimensions,
  Stat)

Arguments

Namespace

[required] The namespace associated with the anomaly detection model to delete.

MetricName

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

Dimensions

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

Stat

[required] The statistic associated with the anomaly detection model to delete.

Request syntax

svc$delete_anomaly_detector(
  Namespace = "string",
  MetricName = "string",
  Dimensions = list(
    list(
      Name = "string",
      Value = "string"
    )
  ),
  Stat = "string"
)