Skip to main content

multiplexprograms

Retrieves a list of multiplexprograms in a region

Overview

Namemultiplexprograms
TypeResource
Descriptionmultiplexprograms
Idawscc.medialive.multiplexprograms

Fields

NameDatatypeDescription
program_namestringThe name of the multiplex program.
multiplex_idstringThe ID of the multiplex that the program belongs to.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
program_name,
multiplex_id
FROM awscc.medialive.multiplexprograms
WHERE region = 'us-east-1'

Permissions

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

Create

medialive:CreateMultiplexProgram,
medialive:DescribeMultiplexProgram

List

medialive:ListMultiplexPrograms