Interface CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty.Jsii$Proxy
Enclosing class:
CfnMultiplexprogram

@Stability(Stable) public static interface CfnMultiplexprogram.MultiplexProgramPipelineDetailProperty extends software.amazon.jsii.JsiiSerializable
The current source for one of the pipelines in the multiplex.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 MultiplexProgramPipelineDetailProperty multiplexProgramPipelineDetailProperty = MultiplexProgramPipelineDetailProperty.builder()
         .activeChannelPipeline("activeChannelPipeline")
         .pipelineId("pipelineId")
         .build();
 

See Also: