Amazon Neptune · Schema

PrivateGraphEndpointOutput

PrivateGraphEndpointOutput schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
vpcId string
subnetIds array
status string
vpcEndpointId string
View JSON Schema on GitHub

JSON Schema

analytics-private-graph-endpoint-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/analytics-private-graph-endpoint-output-schema.json",
  "title": "PrivateGraphEndpointOutput",
  "description": "PrivateGraphEndpointOutput schema from Neptune",
  "type": "object",
  "properties": {
    "vpcId": {
      "type": "string"
    },
    "subnetIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "status": {
      "type": "string",
      "enum": [
        "CREATING",
        "AVAILABLE",
        "DELETING",
        "FAILED"
      ]
    },
    "vpcEndpointId": {
      "type": "string"
    }
  }
}