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 |
---|---|---|
alert_name | string | The name of the alert. If not provided, a name is generated automatically. |
arn | string | ARN assigned to the alert. |
alert_description | string | A description for the alert. |
anomaly_detector_arn | string | The Amazon resource name (ARN) of the Anomaly Detector to alert. |
alert_sensitivity_threshold | integer | A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert. |
action | object | The action to be taken by the alert when an anomaly is detected. |
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