Readonly
gatewayDesignate a gateway to associate this route table with.
Note: Only define this property when creating a gateway route table. Leave undefined for subnet route tables.
Readonly
nameA friendly name for the VPC route table.
CAUTION: Changing this value after initial deployment will cause the route table to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
routesReadonly
tags(OPTIONAL) An array of tag objects for the VPC route table.
Generated using TypeDoc
NetworkConfig / VpcConfig | VpcTemplatesConfig / RouteTableConfig
Virtual Private Cloud (VPC) route table configuration. Use this configuration to define custom route tables for your VPC. Route tables contain a set of rules, called routes, to determine where network traffic from a subnet or gateway is directed.
Example
Subnet route table
Example
Gateway route table