alarm_models_list_only
Lists alarm_models in a region or regions, for all properties use alarm_models
Overview
| Name | alarm_models_list_only |
| Type | Resource |
| Description | Represents 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. |
| Id | aws.iotevents.alarm_models_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
alarm_model_name | string | The name of the alarm model. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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