public static interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder
|
static class |
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder |
builder() |
default java.lang.String |
getMultiplexId()
The ID of the Multiplex that the encoder is providing output to.
|
default java.lang.String |
getProgramName()
The program name of the Multiplex program that the encoder is providing output to.
|
default java.lang.String getMultiplexId()
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.
default java.lang.String getProgramName()