@pulumi/awsx
Version:
[](https://github.com/pulumi/pulumi-awsx/actions) [](https://slack.pulumi.com) [;
constructor(name: string, vpc: Vpc, args: ExistingNatGatewayArgs, opts?: pulumi.ComponentResourceOptions);
route(name: string, opts: pulumi.ComponentResourceOptions): RouteArgs;
}
export interface NatGatewayArgs {
/**
* The subnet the NatGateway should be placed in.
*/
subnet: SubnetOrId;
/**
* A mapping of tags to assign to the resource.
*/
tags?: pulumi.Input<{
[key: string]: any;
}>;
}
export interface ExistingNatGatewayArgs {
natGateway: aws.ec2.NatGateway;
}
//# sourceMappingURL=natGateway.d.ts.map