Interface OSMLVpcProps

Configuration properties for the OSMLVpc Construct, defining how the VPC should be setup.

OSMLVpcProps

interface OSMLVpcProps {
    account: OSMLAccount;
    config?: OSMLVpcConfig;
}

Properties

Properties

account: OSMLAccount

The account details for OSML which will determine some VPC settings based on region and environment.

config?: OSMLVpcConfig

The custom configuration to be used when deploying this VPC.