Amazon Neptune · Schema

EndpointCreatedResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
id string The unique identifier for the created endpoint.
View JSON Schema on GitHub

JSON Schema

amazon-neptune-endpointcreatedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointCreatedResponse",
  "title": "EndpointCreatedResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the created endpoint."
    }
  }
}