Skip to main content

ipam_pool_cidrs_list_only

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

Overview

Nameipam_pool_cidrs_list_only
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMPoolCidr Type
Idaws.ec2.ipam_pool_cidrs_list_only

Fields

NameDatatypeDescription
ipam_pool_cidr_idstringId of the IPAM Pool Cidr.
ipam_pool_idstringId of the IPAM Pool.
cidrstringRepresents a single IPv4 or IPv6 CIDR
netmask_lengthintegerThe desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
statestringProvisioned state of the cidr.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ipam_pool_cidrs in a region.

SELECT
region,
ipam_pool_id,
ipam_pool_cidr_id
FROM aws.ec2.ipam_pool_cidrs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the ipam_pool_cidrs_list_only resource, see ipam_pool_cidrs