paws.compute (version 0.5.0)

ec2_release_address: Releases the specified Elastic IP address

Description

Releases the specified Elastic IP address.

See https://www.paws-r-sdk.com/docs/ec2_release_address/ for full documentation.

Usage

ec2_release_address(
  AllocationId = NULL,
  PublicIp = NULL,
  NetworkBorderGroup = NULL,
  DryRun = NULL
)

Arguments

AllocationId

The allocation ID. This parameter is required.

PublicIp

Deprecated.

NetworkBorderGroup

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.