Skip to main content

multiplexprogram

Gets an individual multiplexprogram resource

Overview

Namemultiplexprogram
TypeResource
Descriptionmultiplexprogram
Idawscc.medialive.multiplexprogram

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
channel_id,
multiplex_id,
multiplex_program_settings,
preferred_channel_pipeline,
packet_identifiers_map,
pipeline_details,
program_name
FROM awscc.medialive.multiplexprogram
WHERE data__Identifier = '<ProgramName>|<MultiplexId>';

Permissions

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

Read

medialive:DescribeMultiplexProgram

Update

medialive:UpdateMultiplexProgram,
medialive:DescribeMultiplexProgram

Delete

medialive:DeleteMultiplexProgram,
medialive:DescribeMultiplexProgram