Skip to main content

channels

Retrieves a list of channels in a region

Overview

Namechannels
TypeResource
Descriptionchannels
Idawscc.ivs.channels

Fields

NameDatatypeDescription
arnstringChannel ARN is automatically generated on creation and assigned as the unique identifier.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

ivs:CreateChannel,
ivs:TagResource

List

ivs:ListChannels,
ivs:ListTagsForResource