channels_list_only
Lists channels
in a region or regions, for all properties use channels
Overview
Name | channels_list_only |
Type | Resource |
Description | Definition of AWS::MediaTailor::Channel Resource Type |
Id | aws.mediatailor.channels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the channel. |
audiences | array | The list of audiences defined in channel. |
channel_name | string | |
filler_slate | object | Slate VOD source configuration. |
log_configuration | object | The log configuration for the channel. |
outputs | array | The channel's output properties. |
playback_mode | string | |
tags | array | The tags to assign to the channel. |
tier | string | |
time_shift_configuration | object | The configuration for time-shifted viewing. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all channels
in a region.
SELECT
region,
channel_name
FROM aws.mediatailor.channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channels_list_only
resource, see channels