NetworkConfig / VpcConfig | VpcTemplatesConfig / RouteTableConfig
VPC route table configuration. Used to define a VPC route table.
Subnet route table
- name: SubnetRouteTable routes: [] tags: []
Gateway route table
- name: GatewayRouteTable gatewayAssociation: internetGateway routes: [] tags: []
Designate a gateway to associate this route table with.
Only define this property when creating a gateway route table. Leave undefined for subnet route tables.
A friendly name for the VPC route table.
An array of VPC route table entry configuration objects.
RouteTableEntryConfig
An array of tag objects for the VPC route table.
Generated using TypeDoc
NetworkConfig / VpcConfig | VpcTemplatesConfig / RouteTableConfig
VPC route table configuration. Used to define a VPC route table.
Subnet route table
Gateway route table