Interface ExistingInternetGatewayArgs

interface ExistingInternetGatewayArgs {
    internetGateway: InternetGateway;
}

Properties

Properties

internetGateway: InternetGateway

Optional existing instance to use to make the [awsx.ec2.InternetGateway] out of.

Generated using TypeDoc