Learn R Programming

paws.compute (version 0.7.0)

ec2_create_public_ipv_4_pool: Creates a public IPv4 address pool

Description

Creates a public IPv4 address 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. To monitor the status of pool creation, use describe_public_ipv_4_pools.

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

Usage

ec2_create_public_ipv_4_pool(
  DryRun = NULL,
  TagSpecifications = NULL,
  NetworkBorderGroup = NULL
)

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.

TagSpecifications

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

NetworkBorderGroup

The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.