Skip to main content

channel_tags

Expands all tag keys and values for channels in a region

Overview

Namechannel_tags
TypeResource
DescriptionDefinition of AWS::MediaTailor::Channel Resource Type
Idaws.mediatailor.channel_tags

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
tierstring
time_shift_configurationobject

The configuration for time-shifted viewing.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all channels in a region.

SELECT
region,
arn,
audiences,
channel_name,
filler_slate,
log_configuration,
outputs,
playback_mode,
tier,
time_shift_configuration,
tag_key,
tag_value
FROM aws.mediatailor.channel_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_tags resource, see channels