Amazon Neptune · Example Payload

Analytics Create Graph Input Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

graphNameprovisionedMemorytagspublicConnectivitykmsKeyIdentifiervectorSearchConfigurationreplicaCountdeletionProtection

Example Payload

Raw ↑
{
  "graphName": "my-neptune-cluster",
  "provisionedMemory": 13,
  "tags": {},
  "publicConnectivity": true,
  "kmsKeyIdentifier": "neptune-cluster-abc123",
  "vectorSearchConfiguration": {
    "dimension": 74
  },
  "replicaCount": 36,
  "deletionProtection": false
}