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
channel_namestring
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