Skip to main content

live_source

Gets an individual live_source resource

Overview

Namelive_source
TypeResource
Descriptionlive_source
Idawscc.mediatailor.live_source

Fields

NameDatatypeDescription
arnstring<p>The ARN of the live source.</p>
http_package_configurationsarray<p>A list of HTTP package configuration parameters for this live source.</p>
live_source_namestring
source_location_namestring
tagsarrayThe tags to assign to the live source.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
http_package_configurations,
live_source_name,
source_location_name,
tags
FROM awscc.mediatailor.live_source
WHERE data__Identifier = '<LiveSourceName>|<SourceLocationName>';

Permissions

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

Read

mediatailor:DescribeLiveSource

Update

mediatailor:UpdateLiveSource,
mediatailor:DescribeLiveSource,
mediatailor:TagResource,
mediatailor:UntagResource

Delete

mediatailor:DeleteLiveSource,
mediatailor:DescribeLiveSource