Amazon Neptune · JSON Structure

Analytics Graph Snapshot Output Structure

GraphSnapshotOutput schema from Neptune

Type: object Properties: 7
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

GraphSnapshotOutput is a JSON Structure definition published by Amazon Neptune, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name arn sourceGraphId snapshotCreateTime status kmsKeyIdentifier

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/analytics-graph-snapshot-output-structure.json",
  "name": "GraphSnapshotOutput",
  "description": "GraphSnapshotOutput schema from Neptune",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "arn": {
      "type": "string"
    },
    "sourceGraphId": {
      "type": "string"
    },
    "snapshotCreateTime": {
      "type": "datetime"
    },
    "status": {
      "type": "string",
      "enum": [
        "CREATING",
        "AVAILABLE",
        "DELETING",
        "FAILED"
      ]
    },
    "kmsKeyIdentifier": {
      "type": "string"
    }
  }
}