View source: R/lookoutmetrics_operations.R
lookoutmetrics_create_anomaly_detector | R Documentation |
Creates an anomaly detector.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_create_anomaly_detector/ for full documentation.
lookoutmetrics_create_anomaly_detector(
AnomalyDetectorName,
AnomalyDetectorDescription = NULL,
AnomalyDetectorConfig,
KmsKeyArn = NULL,
Tags = NULL
)
AnomalyDetectorName |
[required] The name of the detector. |
AnomalyDetectorDescription |
A description of the detector. |
AnomalyDetectorConfig |
[required] Contains information about the configuration of the anomaly detector. |
KmsKeyArn |
The ARN of the KMS key to use to encrypt your data. |
Tags |
A list of tags to apply to the anomaly detector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.