channels
Retrieves a list of channels
in a region
Overview
Name | channels |
Type | Resource |
Description | channels |
Id | awscc.ivs.channels |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Channel ARN is automatically generated on creation and assigned as the unique identifier. |
region | string | AWS 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