Class CfnPrivateGraphEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.neptunegraph.CfnPrivateGraphEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivateGraphEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivateGraphEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnPrivateGraphEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivateGraphEndpointMixinProps
An implementation for
CfnPrivateGraphEndpointMixinProps-
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.neptunegraph.CfnPrivateGraphEndpointMixinProps
CfnPrivateGraphEndpointMixinProps.Builder, CfnPrivateGraphEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivateGraphEndpointMixinProps.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 theCfnPrivateGraphEndpointMixinProps.Builder.
-
-
Method Details
-
getGraphIdentifier
Description copied from interface:CfnPrivateGraphEndpointMixinPropsThe unique identifier of the Neptune Analytics graph.- Specified by:
getGraphIdentifierin interfaceCfnPrivateGraphEndpointMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnPrivateGraphEndpointMixinPropsSecurity groups to be attached to the private graph endpoint..- Specified by:
getSecurityGroupIdsin interfaceCfnPrivateGraphEndpointMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnPrivateGraphEndpointMixinPropsSubnets in which private graph endpoint ENIs are created.- Specified by:
getSubnetIdsin interfaceCfnPrivateGraphEndpointMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnPrivateGraphEndpointMixinPropsThe VPC in which the private graph endpoint needs to be created.- Specified by:
getVpcIdin interfaceCfnPrivateGraphEndpointMixinProps- 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()
-