ec2_delete_ipam {paws.compute} | R Documentation |
Delete an IPAM
Description
Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.
See https://www.paws-r-sdk.com/docs/ec2_delete_ipam/ for full documentation.
Usage
ec2_delete_ipam(DryRun = NULL, IpamId, Cascade = NULL)
Arguments
DryRun |
A check for 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
|
IpamId |
[required] The ID of the IPAM to delete. |
Cascade |
Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:
|