CustomRoutingProtocols

CustomRoutingProtocols schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance
View JSON Schema on GitHub

JSON Schema

global-accelerator-custom-routing-protocols-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-custom-routing-protocols-schema.json",
  "title": "CustomRoutingProtocols",
  "description": "CustomRoutingProtocols schema from Amazon Global Accelerator API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/CustomRoutingProtocol"
  }
}