ec2_move_byoip_cidr_to_ipam: Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool

View source: R/ec2_operations.R

ec2_move_byoip_cidr_to_ipamR Documentation

Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool

Description

Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.

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

Usage

ec2_move_byoip_cidr_to_ipam(DryRun = NULL, Cidr, IpamPoolId, IpamPoolOwner)

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.

Cidr

[required] The BYOIP CIDR.

IpamPoolId

[required] The IPAM pool ID.

IpamPoolOwner

[required] The Amazon Web Services account ID of the owner of the IPAM pool.


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