Skip to main content

vod_sources_list_only

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

Overview

Namevod_sources_list_only
TypeResource
DescriptionDefinition of AWS::MediaTailor::VodSource Resource Type
Idaws.mediatailor.vod_sources_list_only

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
tagsarrayThe tags to assign to the VOD source.
vod_source_namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vod_sources in a region.

SELECT
region,
source_location_name,
vod_source_name
FROM aws.mediatailor.vod_sources_list_only
WHERE region = 'us-east-1';

Permissions

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