Skip to main content

vod_source_tags

Expands all tag keys and values for vod_sources in a region

Overview

Namevod_source_tags
TypeResource
DescriptionDefinition of AWS::MediaTailor::VodSource Resource Type
Idaws.mediatailor.vod_source_tags

Fields

NameDatatypeDescription
arnstring

The ARN of the VOD source.

http_package_configurationsarray

A list of HTTP package configuration parameters for this VOD source.

source_location_namestring
vod_source_namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vod_sources in a region.

SELECT
region,
arn,
http_package_configurations,
source_location_name,
vod_source_name,
tag_key,
tag_value
FROM aws.mediatailor.vod_source_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vod_source_tags resource, see vod_sources