Kong · Schema

Transit Gateway CIDR Blocks

CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.

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

JSON Schema

kong-transitgatewaycidrblocks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransitGatewayCIDRBlocks",
  "title": "Transit Gateway CIDR Blocks",
  "description": "CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning\nnetwork.\n",
  "type": "array",
  "items": {
    "type": "string"
  },
  "example": [
    "10.0.0.0/8",
    "100.64.0.0/10",
    "172.16.0.0/12"
  ]
}