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 String(experimental) ARN of the MediaLive channel to use as input.final String(experimental) The name of the MediaLive channel output to connect to this router input.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
-
getMediaLiveChannelArn
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) ARN of the MediaLive channel to use as input.Note: This will change to accept a typed MediaLive channel reference when the
- Specified by:
getMediaLiveChannelArnin interfaceMediaLiveChannelConfigurationProps
-
getMediaLiveChannelOutputName
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) The name of the MediaLive channel output to connect to this router input.- Specified by:
getMediaLiveChannelOutputNamein interfaceMediaLiveChannelConfigurationProps
-
getMediaLivePipelineId
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) The MediaLive pipeline to connect to this router input.- Specified by:
getMediaLivePipelineIdin interfaceMediaLiveChannelConfigurationProps
-
getSourceTransitDecryption
Description copied from interface:MediaLiveChannelConfigurationProps(experimental) Optional transit encryption configuration.Default: - Automatic encryption will be used
- 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()
-