Skip to main content

channels

Retrieves a list of channels in a region

Overview

Namechannels
TypeResource
Descriptionchannels
Idawscc.mediapackagev2.channels

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) associated with the resource.</p>
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.mediapackagev2.channels
WHERE region = 'us-east-1'

Permissions

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

Create

mediapackagev2:TagResource,
mediapackagev2:CreateChannel

List

mediapackagev2:ListChannels