View source: R/ec2_operations.R
ec2_unassign_private_ip_addresses | R Documentation |
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
See https://www.paws-r-sdk.com/docs/ec2_unassign_private_ip_addresses/ for full documentation.
ec2_unassign_private_ip_addresses(
NetworkInterfaceId,
PrivateIpAddresses = NULL,
Ipv4Prefixes = NULL
)
NetworkInterfaceId |
[required] The ID of the network interface. |
PrivateIpAddresses |
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address. |
Ipv4Prefixes |
The IPv4 prefixes to unassign from the network interface. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.