paws.compute (version 0.1.0)

ec2_deprovision_byoip_cidr: Releases the specified address range that you provisioned for use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool

Description

Releases the specified address range that you provisioned for use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.

Usage

ec2_deprovision_byoip_cidr(Cidr, DryRun)

Arguments

Cidr

[required] The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

Request syntax

svc$deprovision_byoip_cidr(
  Cidr = "string",
  DryRun = TRUE|FALSE
)

Details

Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.