Amazon VPC · JSON Structure

Amazon Vpc Route Table Structure

Describes a route table

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

RouteTable is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RouteTable",
  "description": "Describes a route table",
  "type": "object",
  "properties": [
    {
      "name": "routeTableId",
      "type": "string",
      "description": "The ID of the route table",
      "required": false
    },
    {
      "name": "vpcId",
      "type": "string",
      "description": "The ID of the VPC",
      "required": false
    },
    {
      "name": "routes",
      "type": "array",
      "description": "The routes in the route table",
      "required": false
    },
    {
      "name": "associations",
      "type": "array",
      "description": "The associations between the route table and subnets or gateways",
      "required": false
    },
    {
      "name": "ownerId",
      "type": "string",
      "description": "The ID of the AWS account that owns the route table",
      "required": false
    },
    {
      "name": "tags",
      "type": "array",
      "description": "Any tags assigned to the route table",
      "required": false
    }
  ]
}