Class BridgeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeProps.Jsii$Proxy
- All Implemented Interfaces:
BridgeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BridgeProps
@Stability(Experimental)
@Internal
public static final class BridgeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BridgeProps
An implementation for
BridgeProps-
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.BridgeProps
BridgeProps.Builder, BridgeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BridgeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBridgeProps.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) The name of the bridge.final BridgeConfiguration(experimental) The bridge configuration specifying ingress or egress settings.final IGateway(experimental) The gateway that the bridge is associated with.final BridgeFailoverConfig(experimental) The source failover configuration for the bridge.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 theBridgeProps.Builder.
-
-
Method Details
-
getConfig
Description copied from interface:BridgeProps(experimental) The bridge configuration specifying ingress or egress settings.- Specified by:
getConfigin interfaceBridgeProps
-
getGateway
Description copied from interface:BridgeProps(experimental) The gateway that the bridge is associated with.- Specified by:
getGatewayin interfaceBridgeProps
-
getBridgeName
Description copied from interface:BridgeProps(experimental) The name of the bridge.Cannot be modified after the bridge is created.
Default: - autogenerated
- Specified by:
getBridgeNamein interfaceBridgeProps
-
getSourceFailoverConfig
Description copied from interface:BridgeProps(experimental) The source failover configuration for the bridge.Default: - No failover configuration
- Specified by:
getSourceFailoverConfigin interfaceBridgeProps
-
$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()
-