Function create_subnet

Source
pub async fn create_subnet(
    client: &Client,
    vpc_id: &str,
    route_table_id: &str,
    subnet_cidr: &str,
    availability_zone: &str,
    tag: &str,
) -> Result<String, Error>
Expand description

Creates a subnet within the VPC and associates it with the route table