@pulumi/awsx
Version:
[](https://github.com/pulumi/pulumi-awsx/actions) [](https://slack.pulumi.com) [;
constructor(name: string, vpc: Vpc, args: ExistingInternetGatewayArgs, opts?: pulumi.ComponentResourceOptions);
route(name: string, opts: pulumi.ComponentResourceOptions): RouteArgs;
}
export interface ExistingInternetGatewayArgs {
/**
* Optional existing instance to use to make the [awsx.ec2.InternetGateway] out of.
*/
internetGateway: aws.ec2.InternetGateway;
}
//# sourceMappingURL=internetGateway.d.ts.map