Skip to main content

alarms

Retrieves a list of alarms in a region

Overview

Namealarms
TypeResource
Descriptionalarms
Idawscc.cloudwatch.alarms

Fields

NameDatatypeDescription
alarm_namestringThe name of the alarm.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
alarm_name
FROM awscc.cloudwatch.alarms
WHERE region = 'us-east-1'

Permissions

To operate on the alarms resource, the following permissions are required:

Create

cloudwatch:PutMetricAlarm,
cloudwatch:DescribeAlarms

List

cloudwatch:DescribeAlarms