alerts_list_only
Lists alerts in a region or regions, for all properties use alerts
Overview
| Name | alerts_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::LookoutMetrics::Alert |
| Id | aws.lookoutmetrics.alerts_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | ARN assigned to the alert. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all alerts in a region.
SELECT
region,
arn
FROM aws.lookoutmetrics.alerts_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the alerts_list_only resource, see alerts