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