alarm_models
Retrieves a list of alarm_models
in a region
Overview
Name | alarm_models |
Type | Resource |
Description | alarm_models |
Id | awscc.iotevents.alarm_models |
Fields
Name | Datatype | Description |
---|---|---|
alarm_model_name | string | The name of the alarm model. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
alarm_model_name
FROM awscc.iotevents.alarm_models
WHERE region = 'us-east-1'
Permissions
To operate on the alarm_models
resource, the following permissions are required:
Create
iotevents:CreateAlarmModel,
iotevents:UpdateInputRouting,
iotevents:DescribeAlarmModel,
iotevents:ListTagsForResource,
iotevents:TagResource,
iam:PassRole
List
iotevents:ListAlarmModels