Skip to main content

alarm_models_list_only

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

Overview

Namealarm_models_list_only
TypeResource
DescriptionRepresents an alarm model to monitor an ITE input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see [Create an alarm model](https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html) in the *Developer Guide*.
Idaws.iotevents.alarm_models_list_only

Fields

NameDatatypeDescription
alarm_model_namestringThe name of the alarm model.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all alarm_models in a region.

SELECT
region,
alarm_model_name
FROM aws.iotevents.alarm_models_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the alarm_models_list_only resource, see alarm_models