composite_alarms_list_only
Lists composite_alarms in a region or regions, for all properties use composite_alarms
Overview
| Name | composite_alarms_list_only |
| Type | Resource |
| Description | The AWS::CloudWatch::CompositeAlarm type specifies an alarm which aggregates the states of other Alarms (Metric or Composite Alarms) as defined by the AlarmRule expression |
| Id | aws.cloudwatch.composite_alarms_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
alarm_name | string | The name of the Composite Alarm |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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