Amazon Neptune · JSON Structure

Analytics Private Graph Endpoint Output Structure

PrivateGraphEndpointOutput schema from Neptune

Type: object Properties: 4
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

vpcId subnetIds status vpcEndpointId

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-private-graph-endpoint-output-structure.json",
  "name": "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"
    }
  }
}