Skip to main content

channel

Gets an individual channel resource

Overview

Namechannel
TypeResource
Descriptionchannel
Idawscc.mediapackagev2.channel

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) associated with the resource.</p>
channel_group_namestring
channel_namestring
created_atstring<p>The date and time the channel was created.</p>
descriptionstring<p>Enter any descriptive text that helps you to identify the channel.</p>
ingest_endpointsarray<p>The list of ingest endpoints.</p>
modified_atstring<p>The date and time the channel was modified.</p>
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Read

mediapackagev2:GetChannel

Update

mediapackagev2:TagResource,
mediapackagev2:UntagResource,
mediapackagev2:ListTagsForResource,
mediapackagev2:UpdateChannel

Delete

mediapackagev2:GetChannel,
mediapackagev2:DeleteChannel