public static final class CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder, CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMultiplexId()
The ID of the Multiplex that the encoder is providing output to.
|
java.lang.String |
getProgramName()
The program name of the Multiplex program that the encoder is providing output to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getMultiplexId()
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
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.
getMultiplexId
in interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
public final java.lang.String getProgramName()
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
getProgramName
in interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()