Skip to main content

channel_group

Gets an individual channel_group resource

Overview

Namechannel_group
TypeResource
Descriptionchannel_group
Idawscc.mediapackagev2.channel_group

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) associated with the resource.</p>
channel_group_namestring
created_atstring<p>The date and time the channel group was created.</p>
descriptionstring<p>Enter any descriptive text that helps you to identify the channel group.</p>
egress_domainstring<p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
modified_atstring<p>The date and time the channel group was modified.</p>
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
channel_group_name,
created_at,
description,
egress_domain,
modified_at,
tags
FROM awscc.mediapackagev2.channel_group
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the channel_group resource, the following permissions are required:

Read

mediapackagev2:GetChannelGroup

Update

mediapackagev2:TagResource,
mediapackagev2:UntagResource,
mediapackagev2:ListTagsForResource,
mediapackagev2:UpdateChannelGroup

Delete

mediapackagev2:GetChannelGroup,
mediapackagev2:DeleteChannelGroup