Variable SubnetAllocationStrategyConst

SubnetAllocationStrategy: {
    Auto: "Auto";
    Exact: "Exact";
    Legacy: "Legacy";
} = ...

Type declaration

  • Readonly Auto: "Auto"

    Order remains as specified by specs, allowing gaps where required.

  • Readonly Exact: "Exact"

    Whole range of VPC must be accounted for, using "Unused" spec types for deliberate gaps.

  • Readonly Legacy: "Legacy"

    Group private subnets first, followed by public subnets, followed by isolated subnets.

Generated using TypeDoc