View source: R/ec2_operations.R
ec2_release_address | R Documentation |
Releases the specified Elastic IP address.
See https://www.paws-r-sdk.com/docs/ec2_release_address/ for full documentation.
ec2_release_address(
AllocationId = NULL,
PublicIp = NULL,
NetworkBorderGroup = NULL,
DryRun = NULL
)
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
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.