Skip to main content

composite_alarms

Retrieves a list of composite_alarms in a region

Overview

Namecomposite_alarms
TypeResource
Descriptioncomposite_alarms
Idawscc.cloudwatch.composite_alarms

Fields

NameDatatypeDescription
alarm_namestringThe name of the Composite Alarm
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

cloudwatch:DescribeAlarms,
cloudwatch:PutCompositeAlarm

List

cloudwatch:DescribeAlarms