Amazon Outposts · Schema

StartConnectionResponse

StartConnectionResponse schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

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

JSON Schema

openapi-start-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-start-connection-response-schema.json",
  "title": "StartConnectionResponse",
  "description": "StartConnectionResponse schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "ConnectionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionId"
        },
        {
          "description": " The ID of the connection. "
        }
      ]
    },
    "UnderlayIpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnderlayIpAddress"
        },
        {
          "description": " The underlay IP address. "
        }
      ]
    }
  }
}