Class CfnConnectAttachmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.networkmanager.mixins.CfnConnectAttachmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectAttachmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectAttachmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnConnectAttachmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectAttachmentMixinProps
An implementation for
CfnConnectAttachmentMixinProps-
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.mixins.preview.services.networkmanager.mixins.CfnConnectAttachmentMixinProps
CfnConnectAttachmentMixinProps.Builder, CfnConnectAttachmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectAttachmentMixinProps.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.final StringRouting policy label.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 theCfnConnectAttachmentMixinProps.Builder.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnConnectAttachmentMixinPropsThe ID of the core network where the Connect attachment is located.- Specified by:
getCoreNetworkIdin interfaceCfnConnectAttachmentMixinProps- See Also:
-
getEdgeLocation
Description copied from interface:CfnConnectAttachmentMixinPropsThe Region where the edge is located.- Specified by:
getEdgeLocationin interfaceCfnConnectAttachmentMixinProps- See Also:
-
getNetworkFunctionGroupName
Description copied from interface:CfnConnectAttachmentMixinPropsThe name of the network function group.- Specified by:
getNetworkFunctionGroupNamein interfaceCfnConnectAttachmentMixinProps- See Also:
-
getOptions
Description copied from interface:CfnConnectAttachmentMixinPropsOptions for connecting an attachment.Returns union: either
IResolvableorCfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty- Specified by:
getOptionsin interfaceCfnConnectAttachmentMixinProps- See Also:
-
getProposedNetworkFunctionGroupChange
Description copied from interface:CfnConnectAttachmentMixinPropsDescribes proposed changes to a network function group.Returns union: either
IResolvableorCfnConnectAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty- Specified by:
getProposedNetworkFunctionGroupChangein interfaceCfnConnectAttachmentMixinProps- See Also:
-
getProposedSegmentChange
Description copied from interface:CfnConnectAttachmentMixinPropsDescribes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
Returns union: either
IResolvableorCfnConnectAttachmentPropsMixin.ProposedSegmentChangeProperty- Specified by:
getProposedSegmentChangein interfaceCfnConnectAttachmentMixinProps- See Also:
-
getRoutingPolicyLabel
Description copied from interface:CfnConnectAttachmentMixinPropsRouting policy label.- Specified by:
getRoutingPolicyLabelin interfaceCfnConnectAttachmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnConnectAttachmentMixinPropsThe tags associated with the Connect attachment.- Specified by:
getTagsin interfaceCfnConnectAttachmentMixinProps- See Also:
-
getTransportAttachmentId
Description copied from interface:CfnConnectAttachmentMixinPropsThe ID of the transport attachment.- Specified by:
getTransportAttachmentIdin interfaceCfnConnectAttachmentMixinProps- 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()
-