Amazon Neptune · Schema

EndpointStatusResponse

EndpointStatusResponse schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
status string
id string
endpoint object
endpointConfig object
outputLocation string
View JSON Schema on GitHub

JSON Schema

ml-endpoint-status-response-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/ml-endpoint-status-response-schema.json",
  "title": "EndpointStatusResponse",
  "description": "EndpointStatusResponse schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "endpoint": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "arn": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "endpointConfig": {
      "type": "object"
    },
    "outputLocation": {
      "type": "string"
    }
  }
}