Deprovision Public Ipv 4 Pool Cidr
ec2_deprovision_public_ipv_4_pool_cidr | R Documentation |
Deprovision a CIDR from a public IPv4 pool¶
Description¶
Deprovision a CIDR from a public IPv4 pool.
Usage¶
ec2_deprovision_public_ipv_4_pool_cidr(DryRun, PoolId, Cidr)
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
|
PoolId |
[required] The ID of the pool that you want to deprovision the CIDR from. |
Cidr |
[required] The CIDR you want to deprovision from the pool. Enter
the CIDR you want to deprovision with a netmask of |
Value¶
A list with the following syntax:
list(
PoolId = "string",
DeprovisionedAddresses = list(
"string"
)
)
Request syntax¶
svc$deprovision_public_ipv_4_pool_cidr(
DryRun = TRUE|FALSE,
PoolId = "string",
Cidr = "string"
)