Interface GetDefaultVpcResult

Outputs from the default VPC configuration

interface GetDefaultVpcResult {
    privateSubnetIds: string[];
    publicSubnetIds: string[];
    vpcId: string;
}

Properties

privateSubnetIds: string[]
publicSubnetIds: string[]
vpcId: string

The VPC ID for the default VPC

Generated using TypeDoc