Amazon Outposts · Schema

GetConnectionResponse

GetConnectionResponse schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
ConnectionId object
ConnectionDetails object
View JSON Schema on GitHub

JSON Schema

openapi-get-connection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-get-connection-response-schema.json",
  "title": "GetConnectionResponse",
  "description": "GetConnectionResponse schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "ConnectionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionId"
        },
        {
          "description": " The ID of the connection. "
        }
      ]
    },
    "ConnectionDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionDetails"
        },
        {
          "description": " Information about the connection. "
        }
      ]
    }
  }
}