Class CfnChannel.OutputDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputDestinationProperty
An implementation for
CfnChannel.OutputDestinationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputDestinationProperty
CfnChannel.OutputDestinationProperty.Builder, CfnChannel.OutputDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.OutputDestinationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetId()The ID for this destination.final ObjectThe destination settings for a MediaPackage output.final ObjectDestination settings for a Multiplex output;final ObjectThe destination settings for an output.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.SrtOutputDestinationSettingsProperty>final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputDestinationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnChannel.OutputDestinationPropertyThe ID for this destination.- Specified by:
getIdin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
getLogicalInterfaceNames
- Specified by:
getLogicalInterfaceNamesin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
getMediaPackageSettings
Description copied from interface:CfnChannel.OutputDestinationPropertyThe destination settings for a MediaPackage output.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.MediaPackageOutputDestinationSettingsProperty>- Specified by:
getMediaPackageSettingsin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
getMultiplexSettings
Description copied from interface:CfnChannel.OutputDestinationPropertyDestination settings for a Multiplex output;one destination for both encoders.
Returns union: either
IResolvableorCfnChannel.MultiplexProgramChannelDestinationSettingsProperty- Specified by:
getMultiplexSettingsin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
getSettings
Description copied from interface:CfnChannel.OutputDestinationPropertyThe destination settings for an output.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.OutputDestinationSettingsProperty>- Specified by:
getSettingsin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
getSrtSettings
Description copied from interface:CfnChannel.OutputDestinationPropertyReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.SrtOutputDestinationSettingsProperty>- Specified by:
getSrtSettingsin interfaceCfnChannel.OutputDestinationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-