Amazon Neptune · JSON Structure

Analytics Restore Graph From Snapshot Input Structure

RestoreGraphFromSnapshotInput schema from Neptune

Type: object Properties: 6 Required: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

graphName provisionedMemory deletionProtection tags replicaCount publicConnectivity

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-restore-graph-from-snapshot-input-structure.json",
  "name": "RestoreGraphFromSnapshotInput",
  "description": "RestoreGraphFromSnapshotInput schema from Neptune",
  "type": "object",
  "properties": {
    "graphName": {
      "type": "string",
      "description": "The name of the restored graph."
    },
    "provisionedMemory": {
      "type": "int32"
    },
    "deletionProtection": {
      "type": "boolean"
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "replicaCount": {
      "type": "int32"
    },
    "publicConnectivity": {
      "type": "boolean"
    }
  },
  "required": [
    "graphName"
  ]
}