Skip to main content

channels

Retrieves a list of channels in a region

Overview

Namechannels
TypeResource
Descriptionchannels
Idawscc.mediatailor.channels

Fields

NameDatatypeDescription
channel_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
channel_name
FROM awscc.mediatailor.channels
WHERE region = 'us-east-1'

Permissions

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

Create

mediatailor:CreateChannel,
mediatailor:TagResource,
mediatailor:ConfigureLogsForChannel,
iam:CreateServiceLinkedRole,
mediatailor:DescribeChannel

List

mediatailor:ListChannels