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