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.NotFounderror.- 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 isUnauthorizedOperation.