Amazon Neptune · Schema

PrivateGraphEndpointOutput

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

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

JSON Schema

amazon-neptune-privategraphendpointoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrivateGraphEndpointOutput",
  "title": "PrivateGraphEndpointOutput",
  "type": "object",
  "properties": {
    "vpcId": {
      "type": "string"
    },
    "subnetIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "status": {
      "type": "string",
      "enum": [
        "CREATING",
        "AVAILABLE",
        "DELETING",
        "FAILED"
      ]
    },
    "vpcEndpointId": {
      "type": "string"
    }
  }
}