{ "$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" }