anomaly_detectors
Retrieves a list of anomaly_detectors
in a region
Overview
Name | anomaly_detectors |
Type | Resource |
Description | anomaly_detectors |
Id | awscc.lookoutmetrics.anomaly_detectors |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.lookoutmetrics.anomaly_detectors
WHERE region = 'us-east-1'
Permissions
To operate on the anomaly_detectors
resource, the following permissions are required:
Create
lookoutmetrics:CreateAnomalyDetector,
lookoutmetrics:DeleteAnomalyDetector,
lookoutmetrics:CreateMetricSet,
iam:PassRole
List
lookoutmetrics:ListAnomalyDetectors