Skip to main content

live_sources_list_only

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

Overview

Namelive_sources_list_only
TypeResource
DescriptionDefinition of AWS::MediaTailor::LiveSource Resource Type
Idaws.mediatailor.live_sources_list_only

Fields

NameDatatypeDescription
arnstring

The ARN of the live source.

http_package_configurationsarray

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

live_source_namestring
source_location_namestring
tagsarrayThe tags to assign to the live source.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all live_sources in a region.

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

Permissions

For permissions required to operate on the live_sources_list_only resource, see live_sources