multiplexprograms
Retrieves a list of multiplexprograms
in a region
Overview
Name | multiplexprograms |
Type | Resource |
Description | multiplexprograms |
Id | awscc.medialive.multiplexprograms |
Fields
Name | Datatype | Description |
---|---|---|
program_name | string | The name of the multiplex program. |
multiplex_id | string | The ID of the multiplex that the program belongs to. |
region | string | AWS 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