Class CfnConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.interconnect.CfnConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionProps
@Stability(Stable)
@Internal
public static final class CfnConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionProps
An implementation for
CfnConnectionProps-
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.interconnect.CfnConnectionProps
CfnConnectionProps.Builder, CfnConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectionProps.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 activation key for accepting a connection proposal from a partner CSP.final ObjectThe logical attachment point in your AWS network where the managed connection will be connected.final StringThe bandwidth of the connection (e.g., 50Mbps, 1Gbps).final StringA description of the connection.final StringThe ID of the environment for the connection.final StringThe account ID of the remote owner.getTags()An array of key-value pairs to apply to this resource.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 theCfnConnectionProps.Builder.
-
-
Method Details
-
getAttachPoint
Description copied from interface:CfnConnectionPropsThe logical attachment point in your AWS network where the managed connection will be connected.Returns union: either
IResolvableorCfnConnection.AttachPointProperty- Specified by:
getAttachPointin interfaceCfnConnectionProps- See Also:
-
getActivationKey
Description copied from interface:CfnConnectionPropsThe activation key for accepting a connection proposal from a partner CSP.Mutually exclusive with EnvironmentId.
- Specified by:
getActivationKeyin interfaceCfnConnectionProps- See Also:
-
getBandwidth
Description copied from interface:CfnConnectionPropsThe bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.- Specified by:
getBandwidthin interfaceCfnConnectionProps- See Also:
-
getDescription
Description copied from interface:CfnConnectionPropsA description of the connection.- Specified by:
getDescriptionin interfaceCfnConnectionProps- See Also:
-
getEnvironmentId
Description copied from interface:CfnConnectionPropsThe ID of the environment for the connection.Required when creating a connection through AWS. Mutually exclusive with ActivationKey.
- Specified by:
getEnvironmentIdin interfaceCfnConnectionProps- See Also:
-
getRemoteOwnerAccount
Description copied from interface:CfnConnectionPropsThe account ID of the remote owner.Required when creating a connection through AWS.
- Specified by:
getRemoteOwnerAccountin interfaceCfnConnectionProps- See Also:
-
getTags
Description copied from interface:CfnConnectionPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnConnectionProps- 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()
-