aws.medialive.list_cloud_watch_alarm_template_groups
Example SQL Queries
SELECT * FROMaws.medialive.list_cloud_watch_alarm_template_groups;Description
Lists cloudwatch alarm template groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| scope Input Column Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources. | VARCHAR |
| signal_map_identifier Input Column A signal map's identifier. Can be either be its id or current name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn A cloudwatch alarm template group's ARN (Amazon Resource Name) | VARCHAR |
| created_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| description A resource's optional description. | VARCHAR |
| id A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-` | VARCHAR |
| modified_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| name A resource's name. Names must be unique within the scope of a resource type in a specific region. | VARCHAR |
| tags Represents the tags associated with a resource. | MAP(VARCHAR, VARCHAR) |
| template_count The number of templates in a group. | BIGINT |