Amazon Neptune · JSON Structure

Analytics Update Graph Input Structure

UpdateGraphInput schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

provisionedMemory deletionProtection 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-update-graph-input-structure.json",
  "name": "UpdateGraphInput",
  "description": "UpdateGraphInput schema from Neptune",
  "type": "object",
  "properties": {
    "provisionedMemory": {
      "type": "int32",
      "description": "The new provisioned memory size in NCUs."
    },
    "deletionProtection": {
      "type": "boolean",
      "description": "Whether deletion protection is enabled."
    },
    "publicConnectivity": {
      "type": "boolean"
    }
  }
}