Skip to main content

ipams

Retrieves a list of ipams in a region

Overview

Nameipams
TypeResource
Descriptionipams
Idawscc.ec2.ipams

Fields

NameDatatypeDescription
ipam_idstringId of the IPAM.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ipam_id
FROM awscc.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