Kong · Schema

AWS VPC Peering Gateway

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
name object
dns_config object
cidr_blocks object
transit_gateway_attachment_config object
View JSON Schema on GitHub

JSON Schema

kong-createawsvpcpeeringgateway-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateAwsVpcPeeringGateway",
  "title": "AWS VPC Peering Gateway",
  "type": "object",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/TransitGatewayName"
    },
    "dns_config": {
      "$ref": "#/components/schemas/TransitGatewayDnsConfig"
    },
    "cidr_blocks": {
      "$ref": "#/components/schemas/TransitGatewayCIDRBlocks"
    },
    "transit_gateway_attachment_config": {
      "$ref": "#/components/schemas/AwsVpcPeeringGatewayAttachmentConfig"
    }
  },
  "required": [
    "name",
    "cidr_blocks",
    "transit_gateway_attachment_config"
  ],
  "x-speakeasy-name-override": "AWSVpcPeeringGateway"
}