@aws-sdk/client-ec2

AssignPrivateNatGatewayAddressCommandInput Interface

Members

Name
Type
Details
NatGatewayId Requiredstring | 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

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