Class CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty
An implementation for
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty-
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.MediaConnectFlowRouterInputConfigurationProperty
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder, CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.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 flow to connect to.final StringThe ARN of the flow output to connect to this router input.final ObjectThe configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.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.MediaConnectFlowRouterInputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder.
-
-
Method Details
-
getSourceTransitDecryption
Description copied from interface:CfnRouterInput.MediaConnectFlowRouterInputConfigurationPropertyThe configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.Returns union: either
IResolvableorCfnRouterInput.FlowTransitEncryptionProperty- Specified by:
getSourceTransitDecryptionin interfaceCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty- See Also:
-
getFlowArn
Description copied from interface:CfnRouterInput.MediaConnectFlowRouterInputConfigurationPropertyThe ARN of the flow to connect to.- Specified by:
getFlowArnin interfaceCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty- See Also:
-
getFlowOutputArn
Description copied from interface:CfnRouterInput.MediaConnectFlowRouterInputConfigurationPropertyThe ARN of the flow output to connect to this router input.- Specified by:
getFlowOutputArnin interfaceCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty- 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()
-