composite_alarms
Retrieves a list of composite_alarms
in a region
Overview
Name | composite_alarms |
Type | Resource |
Description | composite_alarms |
Id | awscc.cloudwatch.composite_alarms |
Fields
Name | Datatype | Description |
---|---|---|
alarm_name | string | The name of the Composite Alarm |
region | string | AWS 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