anomaly_detector
Gets an individual anomaly_detector
resource
Overview
Name | anomaly_detector |
Type | Resource |
Description | anomaly_detector |
Id | awscc.lookoutmetrics.anomaly_detector |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
anomaly_detector_name | string | Name for the Amazon Lookout for Metrics Anomaly Detector |
anomaly_detector_description | string | A description for the AnomalyDetector. |
anomaly_detector_config | object | Configuration options for the AnomalyDetector |
metric_set_list | array | List of metric sets for anomaly detection |
kms_key_arn | string | KMS key used to encrypt the AnomalyDetector data |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
anomaly_detector_name,
anomaly_detector_description,
anomaly_detector_config,
metric_set_list,
kms_key_arn
FROM awscc.lookoutmetrics.anomaly_detector
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the anomaly_detector
resource, the following permissions are required:
Read
lookoutmetrics:DescribeAnomalyDetector,
lookoutmetrics:DescribeMetricSet,
lookoutmetrics:ListMetricSets
Update
lookoutmetrics:UpdateAnomalyDetector,
lookoutmetrics:UpdateMetricSet
Delete
lookoutmetrics:DescribeAnomalyDetector,
lookoutmetrics:DeleteAnomalyDetector