Interface NatRouteDescription

interface NatRouteDescription {
    name: string;
    natGateway: string;
    privateSubnet: string;
}

Properties

name: string
natGateway: string

The name of the nat gateway this private subnet is getting a route to.

privateSubnet: string

The name of the private subnet that is getting the route

Generated using TypeDoc