Skip to main content

channels_list_only

Lists channels in a region or regions, for all properties use channels

Overview

Namechannels_list_only
TypeResource
DescriptionDefinition of AWS::MediaTailor::Channel Resource Type
Idaws.mediatailor.channels_list_only

Fields

NameDatatypeDescription
arnstring

The ARN of the channel.

audiencesarray

The list of audiences defined in channel.

channel_namestring
filler_slateobject

Slate VOD source configuration.

log_configurationobject

The log configuration for the channel.

outputsarray

The channel's output properties.

playback_modestring
tagsarrayThe tags to assign to the channel.
tierstring
time_shift_configurationobject

The configuration for time-shifted viewing.

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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