Skip to main content

live_sources

Retrieves a list of live_sources in a region

Overview

Namelive_sources
TypeResource
Descriptionlive_sources
Idawscc.mediatailor.live_sources

Fields

NameDatatypeDescription
live_source_namestring
source_location_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
live_source_name,
source_location_name
FROM awscc.mediatailor.live_sources
WHERE region = 'us-east-1'

Permissions

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

Create

mediatailor:CreateLiveSource,
mediatailor:DescribeLiveSource,
mediatailor:TagResource

List

mediatailor:ListLiveSources