Skip to main content

ipams_list_only

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

Overview

Nameipams_list_only
TypeResource
DescriptionResource Schema of AWS::EC2::IPAM Type
Idawscc.ec2.ipams_list_only

Fields

NameDatatypeDescription
ipam_idstringId of the IPAM.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ipams in a region.

SELECT
region,
ipam_id
FROM awscc.ec2.ipams_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the ipams_list_only resource, see ipams