Class MediaLiveInputConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaLiveInputConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
MediaLiveInputConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaLiveInputConnectionProps
@Stability(Experimental)
@Internal
public static final class MediaLiveInputConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MediaLiveInputConnectionProps
An implementation for
MediaLiveInputConnectionProps-
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.MediaLiveInputConnectionProps
MediaLiveInputConnectionProps.Builder, MediaLiveInputConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaLiveInputConnectionProps.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 TransitEncryption(experimental) Optional transit encryption configuration.final String(experimental) ARN of the MediaLive input to send output to.final MediaLivePipeline(experimental) Pipeline ID for MediaLive input.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 theMediaLiveInputConnectionProps.Builder.
-
-
Method Details
-
getMediaLiveInputArn
Description copied from interface:MediaLiveInputConnectionProps(experimental) ARN of the MediaLive input to send output to.Note: This will change to accept an IInputRef (typed MediaLive Input reference) when the
- Specified by:
getMediaLiveInputArnin interfaceMediaLiveInputConnectionProps
-
getMediaLivePipelineId
Description copied from interface:MediaLiveInputConnectionProps(experimental) Pipeline ID for MediaLive input.- Specified by:
getMediaLivePipelineIdin interfaceMediaLiveInputConnectionProps
-
getDestinationTransitEncryption
Description copied from interface:MediaLiveInputConnectionProps(experimental) Optional transit encryption configuration.Default: - Automatic encryption will be used
- Specified by:
getDestinationTransitEncryptionin interfaceMediaLiveInputConnectionProps
-
$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()
-