Interface ExistingVpcArgs

interface ExistingVpcArgs {
    vpc: Vpc;
}

Properties

Properties

vpc: Vpc

The id of the VPC.

Generated using TypeDoc