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