ipam_pools
Retrieves a list of ipam_pools
in a region
Overview
Name | ipam_pools |
Type | Resource |
Description | ipam_pools |
Id | awscc.ec2.ipam_pools |
Fields
Name | Datatype | Description |
---|---|---|
ipam_pool_id | string | Id of the IPAM Pool. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
ipam_pool_id
FROM awscc.ec2.ipam_pools
WHERE region = 'us-east-1'
Permissions
To operate on the ipam_pools
resource, the following permissions are required:
Create
ec2:CreateIpamPool,
ec2:DescribeIpamPools,
ec2:ProvisionIpamPoolCidr,
ec2:GetIpamPoolCidrs,
ec2:CreateTags
List
ec2:DescribeIpamPools