Amazon Neptune · JSON Structure

Analytics Create Graph Snapshot Input Structure

CreateGraphSnapshotInput schema from Neptune

Type: object Properties: 3 Required: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

CreateGraphSnapshotInput is a JSON Structure definition published by Amazon Neptune, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

graphIdentifier snapshotName tags

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-create-graph-snapshot-input-structure.json",
  "name": "CreateGraphSnapshotInput",
  "description": "CreateGraphSnapshotInput schema from Neptune",
  "type": "object",
  "properties": {
    "graphIdentifier": {
      "type": "string",
      "description": "The identifier of the graph to snapshot."
    },
    "snapshotName": {
      "type": "string",
      "description": "The name of the snapshot."
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": [
    "graphIdentifier",
    "snapshotName"
  ]
}