Protocol

Protocol schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance
View JSON Schema on GitHub

JSON Schema

global-accelerator-protocol-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-protocol-schema.json",
  "title": "Protocol",
  "description": "Protocol schema from Amazon Global Accelerator API",
  "type": "string",
  "enum": [
    "TCP",
    "UDP"
  ]
}