Delete Log Anomaly Detector
cloudwatchlogs_delete_log_anomaly_detector | R Documentation |
Deletes the specified CloudWatch Logs anomaly detector¶
Description¶
Deletes the specified CloudWatch Logs anomaly detector.
Usage¶
cloudwatchlogs_delete_log_anomaly_detector(anomalyDetectorArn)
Arguments¶
anomalyDetectorArn |
[required] The ARN of the anomaly detector to delete. You can
find the ARNs of log anomaly detectors in your account by using the
|
Value¶
An empty list.
Request syntax¶
svc$delete_log_anomaly_detector(
anomalyDetectorArn = "string"
)