alarms_list_only
Lists alarms in a region or regions, for all properties use alarms
Overview
| Name | alarms_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Lightsail::Alarm |
| Id | aws.lightsail.alarms_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
alarm_name | string | The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all alarms in a region.
SELECT
region,
alarm_name
FROM aws.lightsail.alarms_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the alarms_list_only resource, see alarms