Amazon API Gateway · JSON Structure

V1 Endpoint Configuration Structure

EndpointConfiguration schema from Amazon API Gateway v1 API

Type: object Properties: 1
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

EndpointConfiguration is a JSON Structure definition published by Amazon API Gateway, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

types

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "types": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "EDGE",
          "REGIONAL",
          "PRIVATE"
        ]
      },
      "description": "List of endpoint types (EDGE, REGIONAL, PRIVATE).",
      "example": [
        "EDGE"
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-structure/v1-endpoint-configuration-structure.json",
  "name": "EndpointConfiguration",
  "description": "EndpointConfiguration schema from Amazon API Gateway v1 API"
}