Class CfnPrivateGraphEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptunegraph.CfnPrivateGraphEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivateGraphEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivateGraphEndpointProps
@Stability(Stable)
@Internal
public static final class CfnPrivateGraphEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivateGraphEndpointProps
An implementation for
CfnPrivateGraphEndpointProps-
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.neptunegraph.CfnPrivateGraphEndpointProps
CfnPrivateGraphEndpointProps.Builder, CfnPrivateGraphEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivateGraphEndpointProps.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 auto-generated Graph Id assigned by the service.The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.final StringgetVpcId()The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.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 theCfnPrivateGraphEndpointProps.Builder.
-
-
Method Details
-
getGraphIdentifier
Description copied from interface:CfnPrivateGraphEndpointPropsThe auto-generated Graph Id assigned by the service.- Specified by:
getGraphIdentifierin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getVpcId
Description copied from interface:CfnPrivateGraphEndpointPropsThe VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.- Specified by:
getVpcIdin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnPrivateGraphEndpointPropsThe security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.- Specified by:
getSecurityGroupIdsin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getSubnetIds
Description copied from interface:CfnPrivateGraphEndpointPropsThe subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.- Specified by:
getSubnetIdsin interfaceCfnPrivateGraphEndpointProps- 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()
-