IpAddressFamily

IpAddressFamily schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance
View JSON Schema on GitHub

JSON Schema

global-accelerator-ip-address-family-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-ip-address-family-schema.json",
  "title": "IpAddressFamily",
  "description": "IpAddressFamily schema from Amazon Global Accelerator API",
  "type": "string",
  "enum": [
    "IPv4",
    "IPv6"
  ]
}