multiplexprograms_list_only
Lists multiplexprograms
in a region or regions, for all properties use multiplexprograms
Overview
Name | multiplexprograms_list_only |
Type | Resource |
Description | Resource schema for AWS::MediaLive::Multiplexprogram |
Id | aws.medialive.multiplexprograms_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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