Skip to main content

channels

Retrieves a list of channels in a region

Overview

Namechannels
TypeResource
Descriptionchannels
Idawscc.mediapackage.channels

Fields

NameDatatypeDescription
idstringThe ID of the Channel.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.mediapackage.channels
WHERE region = 'us-east-1'

Permissions

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

Create

mediapackage:CreateChannel,
mediapackage:DescribeChannel,
mediapackage:UpdateChannel,
mediapackage:TagResource,
mediapackage:ConfigureLogs,
iam:CreateServiceLinkedRole

List

mediapackage:ListChannels