Skip to main content

composite_alarms_list_only

Lists composite_alarms in a region or regions, for all properties use composite_alarms

Overview

Namecomposite_alarms_list_only
TypeResource
DescriptionThe AWS::CloudWatch::CompositeAlarm type specifies an alarm which aggregates the states of other Alarms (Metric or Composite Alarms) as defined by the AlarmRule expression
Idaws.cloudwatch.composite_alarms_list_only

Fields

NameDatatypeDescription
alarm_namestringThe name of the Composite Alarm
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all composite_alarms in a region.

SELECT
region,
alarm_name
FROM aws.cloudwatch.composite_alarms_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the composite_alarms_list_only resource, see composite_alarms