Skip to main content

ipam_allocations_list_only

Lists ipam_allocations in a region or regions, for all properties use ipam_allocations

Overview

Nameipam_allocations_list_only
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMAllocation Type
Idaws.ec2.ipam_allocations_list_only

Fields

NameDatatypeDescription
ipam_pool_allocation_idstringId of the allocation.
ipam_pool_idstringId of the IPAM Pool.
cidrstringRepresents a single IPv4 or IPv6 CIDR
netmask_lengthintegerThe desired netmask length of the allocation. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
descriptionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ipam_allocations in a region.

SELECT
region,
ipam_pool_id,
ipam_pool_allocation_id,
cidr
FROM aws.ec2.ipam_allocations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the ipam_allocations_list_only resource, see ipam_allocations