Modifies the description of an IPAM pool allocation
Source:R/ec2_operations.R
ec2_modify_ipam_pool_allocation.RdModifies the description of an IPAM pool allocation. For more information, see Modify an IPAM pool allocation in the Amazon VPC IPAM User Guide.
See https://www.paws-r-sdk.com/docs/ec2_modify_ipam_pool_allocation/ for full documentation.
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 isUnauthorizedOperation.- IpamPoolAllocationId
[required] The ID of the IPAM pool allocation you want to modify.
- Description
The new description for the IPAM pool allocation. If you submit a
nullvalue, the description is removed from the allocation.