ec2_assign_private_nat_gateway_address {paws.compute} | R Documentation |
Assigns private IPv4 addresses to a private NAT gateway
Description
Assigns private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
See https://www.paws-r-sdk.com/docs/ec2_assign_private_nat_gateway_address/ for full documentation.
Usage
ec2_assign_private_nat_gateway_address(
NatGatewayId,
PrivateIpAddresses = NULL,
PrivateIpAddressCount = NULL,
DryRun = NULL
)
Arguments
NatGatewayId |
[required] The ID of the NAT gateway. |
PrivateIpAddresses |
The private IPv4 addresses you want to assign to the private NAT gateway. |
PrivateIpAddressCount |
The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses. |
DryRun |
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 |
[Package paws.compute version 0.7.0 Index]