Amazon Outposts · JSON Structure

Openapi Start Connection Response Structure

StartConnectionResponse schema from Amazon Outposts

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

StartConnectionResponse is a JSON Structure definition published by Amazon Outposts, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConnectionId UnderlayIpAddress

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-start-connection-response-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}