Interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty extends software.amazon.jsii.JsiiSerializable
Destination settings for a Multiplex output.

The parent of this entity is OutputDestination.

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.*;
 MultiplexProgramChannelDestinationSettingsProperty multiplexProgramChannelDestinationSettingsProperty = MultiplexProgramChannelDestinationSettingsProperty.builder()
         .multiplexId("multiplexId")
         .programName("programName")
         .build();
 

See Also: