- Navigation Guide
@aws-sdk/client-ec2
AssignPrivateNatGatewayAddressCommandInput Interface
The input for AssignPrivateNatGatewayAddressCommand.
Members
Name | Type | Details |
---|---|---|
NatGatewayId Required | string | undefined | The ID of the NAT gateway. |
DryRun | boolean | undefined | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is |
PrivateIpAddressCount | number | undefined | The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses. |
PrivateIpAddresses | string[] | undefined | The private IPv4 addresses you want to assign to the private NAT gateway. |
Full Signature
export interface AssignPrivateNatGatewayAddressCommandInput extends AssignPrivateNatGatewayAddressRequest