Learn R Programming

paws.networking (version 0.1.9)

globalaccelerator_deprovision_byoip_cidr: 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

Description

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. To see an AWS CLI example of deprovisioning an address range, scroll down to Example.

Usage

globalaccelerator_deprovision_byoip_cidr(Cidr)

Arguments

Cidr

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

Request syntax

svc$deprovision_byoip_cidr(
  Cidr = "string"
)

Details

Before you can release an address range, you must stop advertising it by using WithdrawByoipCidr 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.