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