Skip to main content

ipam_pools

Retrieves a list of ipam_pools in a region

Overview

Nameipam_pools
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMPool Type
Idaws.ec2.ipam_pools

Fields

NameDatatypeDescription
ipam_pool_idstringId of the IPAM Pool.
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

SELECT
region,
ipam_pool_id
FROM aws.ec2.ipam_pools
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateIpamPool,
ec2:DescribeIpamPools,
ec2:ProvisionIpamPoolCidr,
ec2:GetIpamPoolCidrs,
ec2:CreateTags

List

ec2:DescribeIpamPools