createIpamPool
inline suspend fun Ec2Client.createIpamPool(crossinline block: CreateIpamPoolRequest.Builder.() -> Unit): CreateIpamPoolResponse
Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.
For more information, see Create a top-level pool in the Amazon VPC IPAM User Guide.