Interface NatGatewayConfigurationArgs

Configuration for NAT Gateways.

interface NatGatewayConfigurationArgs {
    elasticIpAllocationIds?: Input<string>[];
    strategy: ec2.NatGatewayStrategy;
}

Properties

elasticIpAllocationIds?: Input<string>[]

A list of EIP allocation IDs to assign to the NAT Gateways. Optional. If specified, the number of supplied values must match the chosen strategy (either one, or the number of availability zones).

The strategy for deploying NAT Gateways.

Generated using TypeDoc