Function create_vpc

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

Creates a VPC with the specified CIDR block and tag