Skip to main content

ipam_pool_cidrs

Retrieves a list of ipam_pool_cidrs in a region

Overview

Nameipam_pool_cidrs
TypeResource
Descriptionipam_pool_cidrs
Idawscc.ec2.ipam_pool_cidrs

Fields

NameDatatypeDescription
ipam_pool_idstringId of the IPAM Pool.
ipam_pool_cidr_idstringId of the IPAM Pool Cidr.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ipam_pool_id,
ipam_pool_cidr_id
FROM awscc.ec2.ipam_pool_cidrs
WHERE region = 'us-east-1'

Permissions

To operate on the ipam_pool_cidrs resource, the following permissions are required:

Create

ec2:ProvisionIpamPoolCidr,
ec2:GetIpamPoolCidrs

List

ec2:GetIpamPoolCidrs