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 unique identifier of the Neptune Analytics graph.Security groups to be attached to the private graph endpoint..Subnets in which private graph endpoint ENIs are created.final StringgetVpcId()The VPC in which the private graph endpoint needs to be created.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 unique identifier of the Neptune Analytics graph.- Specified by:
getGraphIdentifierin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getVpcId
Description copied from interface:CfnPrivateGraphEndpointPropsThe VPC in which the private graph endpoint needs to be created.- Specified by:
getVpcIdin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnPrivateGraphEndpointPropsSecurity groups to be attached to the private graph endpoint..- Specified by:
getSecurityGroupIdsin interfaceCfnPrivateGraphEndpointProps- See Also:
-
getSubnetIds
Description copied from interface:CfnPrivateGraphEndpointPropsSubnets in which private graph endpoint ENIs are created.- 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()
-