channel
Gets an individual channel
resource
Overview
Name | channel |
Type | Resource |
Description | channel |
Id | awscc.mediatailor.channel |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The ARN of the channel.</p> |
channel_name | string | |
filler_slate | object | |
log_configuration | object | |
outputs | array | <p>The channel's output properties.</p> |
playback_mode | string | |
tags | array | The tags to assign to the channel. |
tier | string | |
time_shift_configuration | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
channel_name,
filler_slate,
log_configuration,
outputs,
playback_mode,
tags,
tier,
time_shift_configuration
FROM awscc.mediatailor.channel
WHERE data__Identifier = '<ChannelName>';
Permissions
To operate on the channel
resource, the following permissions are required:
Read
mediatailor:DescribeChannel
Update
mediatailor:UpdateChannel,
mediatailor:TagResource,
mediatailor:UntagResource,
iam:CreateServiceLinkedRole,
mediatailor:ConfigureLogsForChannel,
mediatailor:DescribeChannel
Delete
mediatailor:DeleteChannel,
mediatailor:DescribeChannel