ec2_release_ipam_pool_allocation: Release an allocation within an IPAM pool

View source: R/ec2_operations.R

ec2_release_ipam_pool_allocationR Documentation

Release an allocation within an IPAM pool

Description

Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using modify_ipam_resource_cidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide.

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

Usage

ec2_release_ipam_pool_allocation(
  DryRun = NULL,
  IpamPoolId,
  Cidr,
  IpamPoolAllocationId
)

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

IpamPoolId

[required] The ID of the IPAM pool which contains the allocation you want to release.

Cidr

[required] The CIDR of the allocation you want to release.

IpamPoolAllocationId

[required] The ID of the allocation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.