Skip to main content

vod_sources

Retrieves a list of vod_sources in a region

Overview

Namevod_sources
TypeResource
Descriptionvod_sources
Idawscc.mediatailor.vod_sources

Fields

NameDatatypeDescription
source_location_namestring
vod_source_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
source_location_name,
vod_source_name
FROM awscc.mediatailor.vod_sources
WHERE region = 'us-east-1'

Permissions

To operate on the vod_sources resource, the following permissions are required:

Create

mediatailor:CreateVodSource,
mediatailor:DescribeVodSource,
mediatailor:TagResource

List

mediatailor:ListVodSources