MultiplexprogramReference
- class aws_cdk.aws_medialive.MultiplexprogramReference(*, multiplex_id, program_name)
Bases:
object
A reference to a Multiplexprogram resource.
- Parameters:
multiplex_id (
str
) – The MultiplexId of the Multiplexprogram resource.program_name (
str
) – The ProgramName of the Multiplexprogram resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_medialive as medialive multiplexprogram_reference = medialive.MultiplexprogramReference( multiplex_id="multiplexId", program_name="programName" )
Attributes
- multiplex_id
The MultiplexId of the Multiplexprogram resource.
- program_name
The ProgramName of the Multiplexprogram resource.