channels
Retrieves a list of channels
in a region
Overview
Name | channels |
Type | Resource |
Description | channels |
Id | awscc.mediapackage.channels |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the Channel. |
region | string | AWS 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