Kong · Schema

NetworkAvailabilityZones

List of availability zones that the network is attached to.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-networkavailabilityzones-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkAvailabilityZones",
  "title": "NetworkAvailabilityZones",
  "description": "List of availability zones that the network is attached to.",
  "type": "array",
  "items": {
    "type": "string"
  },
  "example": [
    "use2-az1",
    "use2-az2",
    "use2-az3"
  ]
}