Amazon Neptune · Example Payload

Analytics Create Private Graph Endpoint Input Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Analytics Create Private Graph Endpoint Input Example is an example object payload from Amazon Neptune, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

vpcIdsubnetIdsvpcSecurityGroupIds

Example Payload

Raw ↑
{
  "vpcId": "neptune-cluster-abc123",
  "subnetIds": [
    "example-string"
  ],
  "vpcSecurityGroupIds": [
    "example-string"
  ]
}