channel_tags
Expands all tag keys and values for channels
in a region
Overview
Name | channel_tags |
Type | Resource |
Description | Definition of AWS::MediaTailor::Channel Resource Type |
Id | aws.mediatailor.channel_tags |
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 | |
tier | string | |
time_shift_configuration | object | The configuration for time-shifted viewing. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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