ec2_delete_public_ipv_4_pool: Delete a public IPv4 pool

View source: R/ec2_operations.R

ec2_delete_public_ipv_4_poolR Documentation

Delete a public IPv4 pool

Description

Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only.

See https://www.paws-r-sdk.com/docs/ec2_delete_public_ipv_4_pool/ for full documentation.

Usage

ec2_delete_public_ipv_4_pool(DryRun = NULL, PoolId)

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

PoolId

[required] The ID of the public IPv4 pool you want to delete.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.