UpdateVPCRequest: {
    name?: string;
    region?: Region;
    tags?: string[];
    vpcId: string;
}

Type declaration

  • Optionalname?: string

    Name for the VPC.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    Tags for the VPC.

  • vpcId: string

    VPC ID.