cloud_watch_alarm_templates_list_only
Lists cloud_watch_alarm_templates
in a region or regions, for all properties use cloud_watch_alarm_templates
Overview
Name | cloud_watch_alarm_templates_list_only |
Type | Resource |
Description | Definition of AWS::MediaLive::CloudWatchAlarmTemplate Resource Type |
Id | aws.medialive.cloud_watch_alarm_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | A cloudwatch alarm template's id. AWS provided templates 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_templates
in a region.
SELECT
region,
identifier
FROM aws.medialive.cloud_watch_alarm_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cloud_watch_alarm_templates_list_only
resource, see cloud_watch_alarm_templates