Skip to contents

Modifies 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.

Usage

ec2_modify_ipam_pool_allocation(
  DryRun = NULL,
  IpamPoolAllocationId,
  Description = 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

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 null value, the description is removed from the allocation.