Amazon Neptune · Schema

EndpointStatusResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

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

JSON Schema

amazon-neptune-endpointstatusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointStatusResponse",
  "title": "EndpointStatusResponse",
  "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"
    }
  }
}