ec2_create_public_ipv_4_pool: Creates a public IPv4 address pool

View source: R/ec2_operations.R

ec2_create_public_ipv_4_poolR Documentation

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)

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.


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