Interface NatGatewayDescription

interface NatGatewayDescription {
    name: string;
    publicSubnet: string;
}

Properties

Properties

name: string
publicSubnet: string

index of the public subnet that this nat gateway should live in.

Generated using TypeDoc