CustomRoutingDestinationTrafficState

CustomRoutingDestinationTrafficState schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance
View JSON Schema on GitHub

JSON Schema

global-accelerator-custom-routing-destination-traffic-state-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-destination-traffic-state-schema.json",
  "title": "CustomRoutingDestinationTrafficState",
  "description": "CustomRoutingDestinationTrafficState schema from Amazon Global Accelerator API",
  "type": "string",
  "enum": [
    "ALLOW",
    "DENY"
  ]
}