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. |
channel_group_name | string | |
created_at | string | The date and time the channel group was created. |
description | string | Enter any descriptive text that helps you to identify the channel group. |
egress_domain | string | The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device. |
modified_at | string | The date and time the channel group was modified. |
tags | array | |
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