ipams
Retrieves a list of ipams
in a region
Overview
Name | ipams |
Type | Resource |
Description | ipams |
Id | awscc.ec2.ipams |
Fields
Name | Datatype | Description |
---|---|---|
ipam_id | string | Id of the IPAM. |
region | string | AWS 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