aws.medialive.list_multiplex_programs
Example SQL Queries
SELECT * FROMaws.medialive.list_multiplex_programsWHERE"multiplex_id" = 'VALUE';Description
List the programs that currently exist for a specific multiplex.
Table Definition
| Column Name | Column Data Type |
|---|---|
| multiplex_id Required Input Column The ID of the multiplex that the programs belong to. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| channel_id The MediaLive Channel associated with the program. | VARCHAR |
| program_name The name of the multiplex program. | VARCHAR |