Skip to main content

alarms

Retrieves a list of alarms in a region

Overview

Namealarms
TypeResource
Descriptionalarms
Idawscc.lightsail.alarms

Fields

NameDatatypeDescription
alarm_namestringThe name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.
regionstringAWS 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