Skip to main content

RouteTable



Resource Icon

Resource Overview

A service that defines network routes for resources within a VPC.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • included_vpc_name : Name of the VPC to which the route table will be connected
  • supported_subnet_type : Supported subnet type (PUBLIC, PRIVATE)
  • route_table_description : Route table description
  • linked_subnet_names : List of subnet names to connect to the route table

Routing Settings (route)

  • target_type : Destination type (NATGW, VPCPEERING)
  • target_name : Destination resource name
  • destination_cidr_block : Destination IP range in CIDR format

References