Skip to main content

ipam_allocations

Retrieves a list of ipam_allocations in a region

Overview

Nameipam_allocations
TypeResource
Descriptionipam_allocations
Idawscc.ec2.ipam_allocations

Fields

NameDatatypeDescription
ipam_pool_idstringId of the IPAM Pool.
ipam_pool_allocation_idstringId of the allocation.
cidrundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ipam_pool_id,
ipam_pool_allocation_id,
cidr
FROM awscc.ec2.ipam_allocations
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:AllocateIpamPoolCidr,
ec2:GetIpamPoolAllocations

List

ec2:GetIpamPoolAllocations