Interface OSMLVpcProps

Represents the properties for configuring the OSMLVpc Construct.

OSMLVpcProps

interface OSMLVpcProps {
    account: OSMLAccount;
    targetSubnets?: string[];
    vpcId?: string;
    vpcName?: string;
}

Properties

account: OSMLAccount

The OSML account associated with this VPC.

targetSubnets?: string[]

An optional array of target subnets within the VPC.

vpcId?: string

An optional unique identifier for the VPC.

vpcName?: string

An optional name for the VPC.

Generated using TypeDoc