Kong · Schema

CreateTransitGatewayRequest

Request schema for creating a transit gateway.

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

JSON Schema

kong-createtransitgatewayrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTransitGatewayRequest",
  "title": "CreateTransitGatewayRequest",
  "description": "Request schema for creating a transit gateway.",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/CreateAwsTransitGateway"
    },
    {
      "$ref": "#/components/schemas/CreateAwsVpcPeeringGateway"
    },
    {
      "$ref": "#/components/schemas/CreateAwsResourceEndpointGateway"
    },
    {
      "$ref": "#/components/schemas/CreateAzureTransitGateway"
    },
    {
      "$ref": "#/components/schemas/CreateAzureVHubPeeringGateway"
    },
    {
      "$ref": "#/components/schemas/CreateGCPVPCPeeringTransitGateway"
    }
  ]
}