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