Amazon Neptune · Example Payload

Analytics Create Graph Using Import Task Input Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

graphNamesourceroleArnprovisionedMemoryformattagsdeletionProtectionpublicConnectivitykmsKeyIdentifiervectorSearchConfigurationreplicaCountimportOptions

Example Payload

Raw ↑
{
  "graphName": "my-neptune-cluster",
  "source": "example-string",
  "roleArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "provisionedMemory": 6,
  "format": "CSV",
  "tags": {},
  "deletionProtection": false,
  "publicConnectivity": true,
  "kmsKeyIdentifier": "neptune-cluster-abc123",
  "vectorSearchConfiguration": {
    "dimension": 33
  },
  "replicaCount": 49,
  "importOptions": {}
}