channels
Retrieves a list of channels
in a region
Overview
Name | channels |
Type | Resource |
Description | channels |
Id | awscc.mediatailor.channels |
Fields
Name | Datatype | Description |
---|---|---|
channel_name | string | |
region | string | AWS 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