ipam_pool_cidr
Gets an individual ipam_pool_cidr
resource
Overview
Name | ipam_pool_cidr |
Type | Resource |
Description | ipam_pool_cidr |
Id | awscc.ec2.ipam_pool_cidr |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
ipam_pool_cidr_id,
ipam_pool_id,
cidr,
netmask_length,
state
FROM awscc.ec2.ipam_pool_cidr
WHERE data__Identifier = '<IpamPoolId>|<IpamPoolCidrId>';
Permissions
To operate on the ipam_pool_cidr
resource, the following permissions are required:
Read
ec2:GetIpamPoolCidrs
Delete
ec2:DeprovisionIpamPoolCidr,
ec2:GetIpamPoolCidrs