Skip to main content

anomaly_detector

Gets an individual anomaly_detector resource

Overview

Nameanomaly_detector
TypeResource
Descriptionanomaly_detector
Idawscc.lookoutmetrics.anomaly_detector

Fields

NameDatatypeDescription
arnstring
anomaly_detector_namestringName for the Amazon Lookout for Metrics Anomaly Detector
anomaly_detector_descriptionstringA description for the AnomalyDetector.
anomaly_detector_configobjectConfiguration options for the AnomalyDetector
metric_set_listarrayList of metric sets for anomaly detection
kms_key_arnstringKMS key used to encrypt the AnomalyDetector data
regionstringAWS 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