Skip to main content

ipam_pools_list_only

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

Overview

Nameipam_pools_list_only
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMPool Type
Idaws.ec2.ipam_pools_list_only

Fields

NameDatatypeDescription
ipam_pool_idstringId of the IPAM Pool.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ipam_pools in a region.

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

Permissions

For permissions required to operate on the ipam_pools_list_only resource, see ipam_pools