Amazon Neptune · Example Payload

Analytics List Import Tasks Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Analytics List Import Tasks Output Example is an example object payload from Amazon Neptune, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tasksnextToken

Example Payload

Raw ↑
{
  "tasks": [
    {
      "graphId": "neptune-cluster-abc123",
      "taskId": "neptune-cluster-abc123",
      "source": "example-string",
      "format": "example-string",
      "roleArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1"
    }
  ],
  "nextToken": "example-string"
}