cloud_watch_alarm_template_groups_list_only
Lists cloud_watch_alarm_template_groups in a region or regions, for all properties use cloud_watch_alarm_template_groups
Overview
| Name | cloud_watch_alarm_template_groups_list_only |
| Type | Resource |
| Description | Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type |
| Id | aws.medialive.cloud_watch_alarm_template_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-` |
identifier | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all cloud_watch_alarm_template_groups in a region.
SELECT
region,
identifier
FROM aws.medialive.cloud_watch_alarm_template_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cloud_watch_alarm_template_groups_list_only resource, see cloud_watch_alarm_template_groups