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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkmanager.CfnConnectAttachmentProps
CfnConnectAttachmentProps.Builder, CfnConnectAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectAttachmentProps.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 ID of the core network where the Connect attachment is located.final StringThe Region where the edge is located.final StringThe name of the network function group.final ObjectOptions for connecting an attachment.final ObjectDescribes proposed changes to a network function group.final ObjectDescribes a proposed segment change.getTags()The tags associated with the Connect attachment.final StringThe ID of the transport attachment.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 theCfnConnectAttachmentProps.Builder.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnConnectAttachmentPropsThe ID of the core network where the Connect attachment is located.- Specified by:
getCoreNetworkIdin interfaceCfnConnectAttachmentProps- See Also:
-
getEdgeLocation
Description copied from interface:CfnConnectAttachmentPropsThe Region where the edge is located.- Specified by:
getEdgeLocationin interfaceCfnConnectAttachmentProps- See Also:
-
getOptions
Description copied from interface:CfnConnectAttachmentPropsOptions for connecting an attachment.Returns union: either
IResolvableorCfnConnectAttachment.ConnectAttachmentOptionsProperty- Specified by:
getOptionsin interfaceCfnConnectAttachmentProps- See Also:
-
getTransportAttachmentId
Description copied from interface:CfnConnectAttachmentPropsThe ID of the transport attachment.- Specified by:
getTransportAttachmentIdin interfaceCfnConnectAttachmentProps- See Also:
-
getNetworkFunctionGroupName
Description copied from interface:CfnConnectAttachmentPropsThe name of the network function group.- Specified by:
getNetworkFunctionGroupNamein interfaceCfnConnectAttachmentProps- See Also:
-
getProposedNetworkFunctionGroupChange
Description copied from interface:CfnConnectAttachmentPropsDescribes proposed changes to a network function group.Returns union: either
IResolvableorCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty- Specified by:
getProposedNetworkFunctionGroupChangein interfaceCfnConnectAttachmentProps- See Also:
-
getProposedSegmentChange
Description copied from interface:CfnConnectAttachmentPropsDescribes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
Returns union: either
IResolvableorCfnConnectAttachment.ProposedSegmentChangeProperty- Specified by:
getProposedSegmentChangein interfaceCfnConnectAttachmentProps- See Also:
-
getTags
Description copied from interface:CfnConnectAttachmentPropsThe tags associated with the Connect attachment.- Specified by:
getTagsin interfaceCfnConnectAttachmentProps- 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()
-