Amazon VPC · Schema

RouteTable

Describes a route table

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
routeTableId string The ID of the route table
vpcId string The ID of the VPC
routes array The routes in the route table
associations array The associations between the route table and subnets or gateways
ownerId string The ID of the AWS account that owns the route table
tags array Any tags assigned to the route table
View JSON Schema on GitHub

JSON Schema

amazon-vpc-route-table-schema.json Raw ↑
{
  "type": "object",
  "description": "Describes a route table",
  "properties": {
    "routeTableId": {
      "type": "string",
      "description": "The ID of the route table"
    },
    "vpcId": {
      "type": "string",
      "description": "The ID of the VPC"
    },
    "routes": {
      "type": "array",
      "description": "The routes in the route table",
      "items": {
        "type": "object",
        "properties": {
          "destinationCidrBlock": {
            "type": "string",
            "description": "The IPv4 CIDR block used for the destination match"
          },
          "destinationIpv6CidrBlock": {
            "type": "string",
            "description": "The IPv6 CIDR block used for the destination match"
          },
          "gatewayId": {
            "type": "string",
            "description": "The ID of the gateway attached to your VPC"
          },
          "natGatewayId": {
            "type": "string",
            "description": "The ID of a NAT gateway"
          },
          "networkInterfaceId": {
            "type": "string",
            "description": "The ID of the network interface"
          },
          "state": {
            "type": "string",
            "description": "The state of the route",
            "enum": [
              "active",
              "blackhole"
            ]
          },
          "origin": {
            "type": "string",
            "description": "Describes how the route was created",
            "enum": [
              "CreateRouteTable",
              "CreateRoute",
              "EnableVgwRoutePropagation"
            ]
          }
        }
      }
    },
    "associations": {
      "type": "array",
      "description": "The associations between the route table and subnets or gateways",
      "items": {
        "type": "object",
        "properties": {
          "routeTableAssociationId": {
            "type": "string"
          },
          "routeTableId": {
            "type": "string"
          },
          "subnetId": {
            "type": "string"
          },
          "gatewayId": {
            "type": "string"
          },
          "main": {
            "type": "boolean",
            "description": "Indicates whether this is the main route table"
          }
        }
      }
    },
    "ownerId": {
      "type": "string",
      "description": "The ID of the AWS account that owns the route table"
    },
    "tags": {
      "type": "array",
      "description": "Any tags assigned to the route table",
      "items": {
        "$ref": "#/components/schemas/Tag"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RouteTable"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-vpc-route-table"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.