ec2_unassign_private_ip_addresses: Unassigns the specified secondary private IP addresses or...

View source: R/ec2_operations.R

ec2_unassign_private_ip_addressesR Documentation

Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface

Description

Unassigns the specified 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.

Usage

ec2_unassign_private_ip_addresses(
  Ipv4Prefixes = NULL,
  NetworkInterfaceId,
  PrivateIpAddresses = NULL
)

Arguments

Ipv4Prefixes

The IPv4 prefixes to unassign from the network interface.

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.


paws.compute documentation built on April 4, 2025, 5:47 a.m.