Class MediaLiveChannelConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaLiveChannelConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
MediaLiveChannelConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaLiveChannelConfigurationProps
@Stability(Experimental)
@Internal
public static final class MediaLiveChannelConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MediaLiveChannelConfigurationProps
An implementation for
MediaLiveChannelConfigurationProps-
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.mediaconnect.alpha.MediaLiveChannelConfigurationProps
MediaLiveChannelConfigurationProps.Builder, MediaLiveChannelConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaLiveChannelConfigurationProps.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 IChannelRef(experimental) The MediaLive channel to use as input.final String(experimental) The name of the individual output (within the channel's MediaConnect Router output group) to connect to this router input — not the name of the output group itself.final MediaLivePipeline(experimental) The MediaLive pipeline to connect to this router input.final TransitEncryption(experimental) Optional transit encryption configuration.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 theMediaLiveChannelConfigurationProps.Builder.
-
-
Method Details
-
getChannel
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) The MediaLive channel to use as input.- Specified by:
getChannelin interfaceMediaLiveChannelConfigurationProps
-
getOutputName
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) The name of the individual output (within the channel's MediaConnect Router output group) to connect to this router input — not the name of the output group itself.- Specified by:
getOutputNamein interfaceMediaLiveChannelConfigurationProps
-
getPipeline
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) The MediaLive pipeline to connect to this router input.- Specified by:
getPipelinein interfaceMediaLiveChannelConfigurationProps
-
getSourceTransitDecryption
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) Optional transit encryption configuration.Must match the encryption type configured on the MediaLive channel's MediaConnect Router output group.
Default: - automatic encryption
- Specified by:
getSourceTransitDecryptionin interfaceMediaLiveChannelConfigurationProps
-
$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()
-