Releases the specified address range that you provisioned to use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.
Before you can release an address range, you must stop advertising it by
using withdraw_byoip_cidr
and
you must not have any accelerators that are using static IP addresses
allocated from its address range.
For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
globalaccelerator_deprovision_byoip_cidr(Cidr)
[required] The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
A list with the following syntax:
list( ByoipCidr = list( Cidr = "string", State = "PENDING_PROVISIONING"|"READY"|"PENDING_ADVERTISING"|"ADVERTISING"|"PENDING_WITHDRAWING"|"PENDING_DEPROVISIONING"|"DEPROVISIONED"|"FAILED_PROVISION"|"FAILED_ADVERTISING"|"FAILED_WITHDRAW"|"FAILED_DEPROVISION", Events = list( list( Message = "string", Timestamp = as.POSIXct( "2015-01-01" ) ) ) ) )
svc$deprovision_byoip_cidr( Cidr = "string" )