ipam_pools_list_only
Lists ipam_pools
in a region or regions, for all properties use ipam_pools
Overview
Name | ipam_pools_list_only |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMPool Type |
Id | aws.ec2.ipam_pools_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ipam_pool_id | string | Id of the IPAM Pool. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all ipam_pools
in a region.
SELECT
region,
ipam_pool_id
FROM aws.ec2.ipam_pools_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_pools_list_only
resource, see ipam_pools