ipam_allocations_list_only
Lists ipam_allocations
in a region or regions, for all properties use ipam_allocations
Overview
Name | ipam_allocations_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMAllocation Type |
Id | aws.ec2.ipam_allocations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_pool_allocation_id | string | Id of the allocation. |
ipam_pool_id | string | Id of the IPAM Pool. |
cidr | string | Represents a single IPv4 or IPv6 CIDR |
netmask_length | integer | The desired netmask length of the allocation. If set, IPAM will choose a block of free space with this size and return the CIDR representing it. |
description | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all ipam_allocations
in a region.
SELECT
region,
ipam_pool_id,
ipam_pool_allocation_id,
cidr
FROM aws.ec2.ipam_allocations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_allocations_list_only
resource, see ipam_allocations