multiplexprogram
Gets an individual multiplexprogram
resource
Overview
Name | multiplexprogram |
Type | Resource |
Description | multiplexprogram |
Id | awscc.medialive.multiplexprogram |
Fields
Name | Datatype | Description |
---|---|---|
channel_id | string | The MediaLive channel associated with the program. |
multiplex_id | string | The ID of the multiplex that the program belongs to. |
multiplex_program_settings | object | The settings for this multiplex program. |
preferred_channel_pipeline | string | The settings for this multiplex program. |
packet_identifiers_map | object | The packet identifier map for this multiplex program. |
pipeline_details | array | Contains 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_name | string | The name of the multiplex program. |
region | string | AWS 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