alert
Gets an individual alert
resource
Overview
Name | alert |
Type | Resource |
Description | alert |
Id | awscc.lookoutmetrics.alert |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
alert_name,
arn,
alert_description,
anomaly_detector_arn,
alert_sensitivity_threshold,
action
FROM awscc.lookoutmetrics.alert
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the alert
resource, the following permissions are required:
Read
lookoutmetrics:DescribeAlert
Delete
lookoutmetrics:DeleteAlert