v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Create a private graph endpoint to allow private access to the graph from within a VPC. You can attach security groups to the private graph endpoint.

VPC endpoint charges apply.

post/graphs/{graphIdentifier}/endpoints/

Path parameters

graphIdentifierstring required

The unique identifier of the Neptune Analytics graph.

Request body

vpcIdstring

The VPC in which the private graph endpoint needs to be created.

subnetIdsSubnetId[]

Subnets in which private graph endpoint ENIs are created.

vpcSecurityGroupIdsSecurityGroupId[]

Security groups to be attached to the private graph endpoint.

Response

Success

vpcIdstring required

VPC in which the private graph endpoint is created.

subnetIdsSubnetId[] required

Subnets in which the private graph endpoint ENIs are created.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'FAILED' required

Status of the private graph endpoint.

vpcEndpointIdstring

Endpoint ID of the private graph endpoint.