Interface NatGatewayArgs

interface NatGatewayArgs {
    subnet: any;
    tags?: any;
}

Properties

Properties

subnet: any

The subnet the NatGateway should be placed in.

tags?: any

A mapping of tags to assign to the resource.

Generated using TypeDoc