Skip to main content

live_source_tags

Expands all tag keys and values for live_sources in a region

Overview

Namelive_source_tags
TypeResource
DescriptionDefinition of AWS::MediaTailor::LiveSource Resource Type
Idaws.mediatailor.live_source_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all live_sources in a region.

SELECT
region,
arn,
http_package_configurations,
live_source_name,
source_location_name,
tag_key,
tag_value
FROM aws.mediatailor.live_source_tags
WHERE region = 'us-east-1';

Permissions

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