Class BridgeAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeAttributes.Jsii$Proxy
- All Implemented Interfaces:
BridgeAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BridgeAttributes
@Stability(Experimental)
@Internal
public static final class BridgeAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BridgeAttributes
An implementation for
BridgeAttributes-
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.BridgeAttributes
BridgeAttributes.Builder, BridgeAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BridgeAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theBridgeAttributes.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 ARN of the bridge.final String(experimental) The name of the bridge.final BridgeType(experimental) Indicates what type of bridge is imported.final Boolean(experimental) Failover Configuration for 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 theBridgeAttributes.Builder.
-
-
Method Details
-
getBridgeArn
Description copied from interface:BridgeAttributes(experimental) The ARN of the bridge.- Specified by:
getBridgeArnin interfaceBridgeAttributes
-
getBridgeName
Description copied from interface:BridgeAttributes(experimental) The name of the bridge.Not encoded in the bridge ARN, so must be provided explicitly if the imported bridge needs to expose
bridgeName.Default: - bridgeName is not available on the imported construct
- Specified by:
getBridgeNamein interfaceBridgeAttributes
-
getBridgeType
Description copied from interface:BridgeAttributes(experimental) Indicates what type of bridge is imported.Not encoded in the bridge ARN, so must be provided explicitly if the imported bridge is used with
addOutput()or other methods that need the bridge type.Default: - bridgeType is not available on the imported construct
- Specified by:
getBridgeTypein interfaceBridgeAttributes
-
getIsFailoverEnabled
Description copied from interface:BridgeAttributes(experimental) Failover Configuration for Bridge.Default: false
- Specified by:
getIsFailoverEnabledin interfaceBridgeAttributes
-
$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()
-