Class CfnConnectAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnConnectAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectAttachmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnConnectAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectAttachmentProps
An implementation for
CfnConnectAttachmentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkmanager.CfnConnectAttachmentProps
CfnConnectAttachmentProps.Builder, CfnConnectAttachmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectAttachmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID of the core network where the Connect attachment is located.final String
The Region where the edge is located.final Object
Options for connecting an attachment.final Object
AWS::NetworkManager::ConnectAttachment.ProposedSegmentChange
.getTags()
AWS::NetworkManager::ConnectAttachment.Tags
.final String
The ID of the transport attachment.final int
hashCode()
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 theCfnConnectAttachmentProps.Builder
.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnConnectAttachmentProps
The ID of the core network where the Connect attachment is located.- Specified by:
getCoreNetworkId
in interfaceCfnConnectAttachmentProps
-
getEdgeLocation
Description copied from interface:CfnConnectAttachmentProps
The Region where the edge is located.- Specified by:
getEdgeLocation
in interfaceCfnConnectAttachmentProps
-
getOptions
Description copied from interface:CfnConnectAttachmentProps
Options for connecting an attachment.- Specified by:
getOptions
in interfaceCfnConnectAttachmentProps
-
getTransportAttachmentId
Description copied from interface:CfnConnectAttachmentProps
The ID of the transport attachment.- Specified by:
getTransportAttachmentId
in interfaceCfnConnectAttachmentProps
-
getProposedSegmentChange
Description copied from interface:CfnConnectAttachmentProps
AWS::NetworkManager::ConnectAttachment.ProposedSegmentChange
.- Specified by:
getProposedSegmentChange
in interfaceCfnConnectAttachmentProps
-
getTags
Description copied from interface:CfnConnectAttachmentProps
AWS::NetworkManager::ConnectAttachment.Tags
.- Specified by:
getTags
in interfaceCfnConnectAttachmentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-