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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnChannel.MultiplexProgramChannelDestinationSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMultiplexId
The ID of the Multiplex that the encoder is providing output to.You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
-
getProgramName
The program name of the Multiplex program that the encoder is providing output to. -
builder
@Stability(Stable) static CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder builder()
-