Activate Anomaly Detector
lookoutmetrics_activate_anomaly_detector | R Documentation |
Activates an anomaly detector¶
Description¶
Activates an anomaly detector.
Usage¶
lookoutmetrics_activate_anomaly_detector(AnomalyDetectorArn)
Arguments¶
AnomalyDetectorArn |
[required] The ARN of the anomaly detector. |
Value¶
An empty list.
Request syntax¶
svc$activate_anomaly_detector(
AnomalyDetectorArn = "string"
)