Withdraw Byoip Cidr
globalaccelerator_withdraw_byoip_cidr | R Documentation |
Stops advertising an address range that is provisioned as an address pool¶
Description¶
Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of propagation delays.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Usage¶
Arguments¶
Cidr
[required] The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Value¶
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"
)
)
)
)
)