Skip to main content

multiplex_tags

Expands all tag keys and values for multiplexes in a region

Overview

Namemultiplex_tags
TypeResource
DescriptionResource schema for AWS::MediaLive::Multiplex
Idaws.medialive.multiplex_tags

Fields

NameDatatypeDescription
arnstringThe unique arn of the multiplex.
availability_zonesarrayA list of availability zones for the multiplex.
destinationsarrayA list of the multiplex output destinations.
idstringThe unique id of the multiplex.
multiplex_settingsobjectConfiguration for a multiplex event.
namestringName of multiplex.
pipelines_running_countintegerThe number of currently healthy pipelines.
program_countintegerThe number of programs in the multiplex.
statestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all multiplexes in a region.

SELECT
region,
arn,
availability_zones,
destinations,
id,
multiplex_settings,
name,
pipelines_running_count,
program_count,
state,
tag_key,
tag_value
FROM aws.medialive.multiplex_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the multiplex_tags resource, see multiplexes