Skip to main content

multiplexprograms_list_only

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

Overview

Namemultiplexprograms_list_only
TypeResource
DescriptionResource schema for AWS::MediaLive::Multiplexprogram
Idaws.medialive.multiplexprograms_list_only

Fields

NameDatatypeDescription
channel_idstringThe MediaLive channel associated with the program.
multiplex_idstringThe ID of the multiplex that the program belongs to.
multiplex_program_settingsobjectThe settings for this multiplex program.
preferred_channel_pipelinestringThe settings for this multiplex program.
packet_identifiers_mapobjectThe packet identifier map for this multiplex program.
pipeline_detailsarrayContains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
program_namestringThe name of the multiplex program.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all multiplexprograms in a region.

SELECT
region,
program_name,
multiplex_id
FROM aws.medialive.multiplexprograms_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the multiplexprograms_list_only resource, see multiplexprograms