Interface CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty

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

@Stability(Stable) public static interface CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty extends software.amazon.jsii.JsiiSerializable
Transport stream service descriptor configuration for the Multiplex program.

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.*;
 MultiplexProgramServiceDescriptorProperty multiplexProgramServiceDescriptorProperty = MultiplexProgramServiceDescriptorProperty.builder()
         .providerName("providerName")
         .serviceName("serviceName")
         .build();
 

See Also: