Skip to main content

ipams

Retrieves a list of ipams in a region

Overview

Nameipams
TypeResource
DescriptionResource Schema of AWS::EC2::IPAM Type
Idaws.ec2.ipams

Fields

NameDatatypeDescription
ipam_idstringId of the IPAM.
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

SELECT
region,
ipam_id
FROM aws.ec2.ipams
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateIpam,
iam:CreateServiceLinkedRole,
ec2:CreateTags,
ec2:DescribeIpams

List

ec2:DescribeIpams