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