Amazon Neptune · Schema

UpdateGraphInput

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
provisionedMemory integer The new provisioned memory size in NCUs.
deletionProtection boolean Whether deletion protection is enabled.
publicConnectivity boolean
View JSON Schema on GitHub

JSON Schema

amazon-neptune-updategraphinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateGraphInput",
  "title": "UpdateGraphInput",
  "type": "object",
  "properties": {
    "provisionedMemory": {
      "type": "integer",
      "description": "The new provisioned memory size in NCUs."
    },
    "deletionProtection": {
      "type": "boolean",
      "description": "Whether deletion protection is enabled."
    },
    "publicConnectivity": {
      "type": "boolean"
    }
  }
}