Amazon Neptune · Example Payload

Loader Loader Request Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Loader Loader Request 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

sourceformatiamRoleArnregionmodefailOnErrorparallelismparserConfigurationupdateSingleCardinalityPropertiesqueueRequestdependenciesuserProvidedEdgeIds

Example Payload

Raw ↑
{
  "source": "example-string",
  "format": "csv",
  "iamRoleArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "region": "us-east-1",
  "mode": "RESUME",
  "failOnError": "TRUE",
  "parallelism": "LOW",
  "parserConfiguration": {
    "baseUri": "example-string",
    "namedGraphUri": "my-neptune-cluster",
    "allowEmptyStrings": true
  },
  "updateSingleCardinalityProperties": "TRUE",
  "queueRequest": "FALSE",
  "dependencies": [
    "example-string"
  ],
  "userProvidedEdgeIds": "TRUE"
}