alarms
Retrieves a list of alarms
in a region
Overview
Name | alarms |
Type | Resource |
Description | alarms |
Id | awscc.lightsail.alarms |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
alarm_name
FROM awscc.lightsail.alarms
WHERE region = 'us-east-1'
Permissions
To operate on the alarms
resource, the following permissions are required:
Create
lightsail:PutAlarm,
lightsail:GetAlarms
List
lightsail:GetAlarms