Function create_route_table

Source
pub async fn create_route_table(
    client: &Client,
    vpc_id: &str,
    igw_id: &str,
    tag: &str,
) -> Result<String, Error>
Expand description

Creates a route table for the VPC and sets up a default route to the Internet Gateway