Skip to main content

alerts_list_only

Lists alerts in a region or regions, for all properties use alerts

Overview

Namealerts_list_only
TypeResource
DescriptionResource Type definition for AWS::LookoutMetrics::Alert
Idaws.lookoutmetrics.alerts_list_only

Fields

NameDatatypeDescription
alert_namestringThe name of the alert. If not provided, a name is generated automatically.
arnstringARN assigned to the alert.
alert_descriptionstringA description for the alert.
anomaly_detector_arnstringThe Amazon resource name (ARN) of the Anomaly Detector to alert.
alert_sensitivity_thresholdintegerA number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.
actionobjectThe action to be taken by the alert when an anomaly is detected.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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