channel_groups_list_only
Lists channel_groups in a region or regions, for all properties use channel_groups
Overview
| Name | channel_groups_list_only |
| Type | Resource |
| Description | Represents a channel group that facilitates the grouping of multiple channels. |
| Id | aws.mediapackagev2.channel_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all channel_groups in a region.
SELECT
region,
arn
FROM aws.mediapackagev2.channel_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_groups_list_only resource, see channel_groups