Amazon Neptune · JSON Structure

Analytics Create Private Graph Endpoint Input Structure

CreatePrivateGraphEndpointInput schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

CreatePrivateGraphEndpointInput 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

vpcId subnetIds vpcSecurityGroupIds

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-create-private-graph-endpoint-input-structure.json",
  "name": "CreatePrivateGraphEndpointInput",
  "description": "CreatePrivateGraphEndpointInput schema from Neptune",
  "type": "object",
  "properties": {
    "vpcId": {
      "type": "string",
      "description": "The VPC ID for the private endpoint."
    },
    "subnetIds": {
      "type": "array",
      "description": "The subnet IDs for the private endpoint.",
      "items": {
        "type": "string"
      }
    },
    "vpcSecurityGroupIds": {
      "type": "array",
      "description": "The security group IDs for the private endpoint.",
      "items": {
        "type": "string"
      }
    }
  }
}