Class CfnVpcAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnVpcAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnVpcAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcAttachmentProps
An implementation for
CfnVpcAttachmentProps-
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.CfnVpcAttachmentProps
CfnVpcAttachmentProps.Builder, CfnVpcAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVpcAttachmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVpcAttachmentProps.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 core network ID.final ObjectOptions for creating the VPC attachment.final ObjectDescribes proposed changes to a network function group.final ObjectDescribes a proposed segment change.The subnet ARNs.getTags()The tags associated with the VPC attachment.final StringThe ARN of the VPC 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 theCfnVpcAttachmentProps.Builder.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnVpcAttachmentPropsThe core network ID.- Specified by:
getCoreNetworkIdin interfaceCfnVpcAttachmentProps- See Also:
-
getSubnetArns
Description copied from interface:CfnVpcAttachmentPropsThe subnet ARNs.- Specified by:
getSubnetArnsin interfaceCfnVpcAttachmentProps- See Also:
-
getVpcArn
Description copied from interface:CfnVpcAttachmentPropsThe ARN of the VPC attachment.- Specified by:
getVpcArnin interfaceCfnVpcAttachmentProps- See Also:
-
getOptions
Description copied from interface:CfnVpcAttachmentPropsOptions for creating the VPC attachment.Returns union: either
IResolvableorCfnVpcAttachment.VpcOptionsProperty- Specified by:
getOptionsin interfaceCfnVpcAttachmentProps- See Also:
-
getProposedNetworkFunctionGroupChange
Description copied from interface:CfnVpcAttachmentPropsDescribes proposed changes to a network function group.Returns union: either
IResolvableorCfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty- Specified by:
getProposedNetworkFunctionGroupChangein interfaceCfnVpcAttachmentProps- See Also:
-
getProposedSegmentChange
Description copied from interface:CfnVpcAttachmentPropsDescribes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
Returns union: either
IResolvableorCfnVpcAttachment.ProposedSegmentChangeProperty- Specified by:
getProposedSegmentChangein interfaceCfnVpcAttachmentProps- See Also:
-
getTags
Description copied from interface:CfnVpcAttachmentPropsThe tags associated with the VPC attachment.- Specified by:
getTagsin interfaceCfnVpcAttachmentProps- 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()
-