Class CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty
An implementation for
CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty-
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.CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty
CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Builder, CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.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 StringThe ARN of the MediaLive channel to connect to this router input.final StringThe name of the MediaLive channel output to connect to this router input.final Stringfinal ObjectThe encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive.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
protected Jsii$Proxy(CfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty.Builder.
-
-
Method Details
-
getSourceTransitDecryption
Description copied from interface:CfnRouterInput.MediaLiveChannelRouterInputConfigurationPropertyThe encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive.This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.
Returns union: either
IResolvableorCfnRouterInput.MediaLiveTransitEncryptionProperty- Specified by:
getSourceTransitDecryptionin interfaceCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty- See Also:
-
getMediaLiveChannelArn
Description copied from interface:CfnRouterInput.MediaLiveChannelRouterInputConfigurationPropertyThe ARN of the MediaLive channel to connect to this router input.- Specified by:
getMediaLiveChannelArnin interfaceCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty- See Also:
-
getMediaLiveChannelOutputName
Description copied from interface:CfnRouterInput.MediaLiveChannelRouterInputConfigurationPropertyThe name of the MediaLive channel output to connect to this router input.- Specified by:
getMediaLiveChannelOutputNamein interfaceCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty- See Also:
-
getMediaLivePipelineId
- Specified by:
getMediaLivePipelineIdin interfaceCfnRouterInput.MediaLiveChannelRouterInputConfigurationProperty- 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()
-