Skip to main content

channel

Gets an individual channel resource

Overview

Namechannel
TypeResource
Descriptionchannel
Idawscc.mediatailor.channel

Fields

NameDatatypeDescription
arnstring<p>The ARN of the channel.</p>
channel_namestring
filler_slateobject
log_configurationobject
outputsarray<p>The channel's output properties.</p>
playback_modestring
tagsarrayThe tags to assign to the channel.
tierstring
time_shift_configurationobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
channel_name,
filler_slate,
log_configuration,
outputs,
playback_mode,
tags,
tier,
time_shift_configuration
FROM awscc.mediatailor.channel
WHERE data__Identifier = '<ChannelName>';

Permissions

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

Read

mediatailor:DescribeChannel

Update

mediatailor:UpdateChannel,
mediatailor:TagResource,
mediatailor:UntagResource,
iam:CreateServiceLinkedRole,
mediatailor:ConfigureLogsForChannel,
mediatailor:DescribeChannel

Delete

mediatailor:DeleteChannel,
mediatailor:DescribeChannel