ipam_pool_cidrs_list_only
Lists ipam_pool_cidrs
in a region or regions, for all properties use ipam_pool_cidrs
Overview
Name | ipam_pool_cidrs_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMPoolCidr Type |
Id | aws.ec2.ipam_pool_cidrs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_pool_cidr_id | string | Id of the IPAM Pool Cidr. |
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 provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it. |
state | string | Provisioned state of the cidr. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all ipam_pool_cidrs
in a region.
SELECT
region,
ipam_pool_id,
ipam_pool_cidr_id
FROM aws.ec2.ipam_pool_cidrs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_pool_cidrs_list_only
resource, see ipam_pool_cidrs