

# IpamCidrConfig


Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.

## Contents


 ** Cidr **   <a name="cloudfront-Type-IpamCidrConfig-Cidr"></a>
The CIDR that specifies the IP address range for this IPAM configuration.  
Type: String  
Required: Yes

 ** IpamPoolArn **   <a name="cloudfront-Type-IpamCidrConfig-IpamPoolArn"></a>
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.  
Type: String  
Required: Yes

 ** AnycastIp **   <a name="cloudfront-Type-IpamCidrConfig-AnycastIp"></a>
The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.  
Type: String  
Required: No

 ** Status **   <a name="cloudfront-Type-IpamCidrConfig-Status"></a>
The current status of the IPAM CIDR configuration.  
Type: String  
Valid Values: `provisioned | failed-provision | provisioning | deprovisioned | failed-deprovision | deprovisioning | advertised | failed-advertise | advertising | withdrawn | failed-withdraw | withdrawing`   
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/cloudfront-2020-05-31/IpamCidrConfig) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/cloudfront-2020-05-31/IpamCidrConfig) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/cloudfront-2020-05-31/IpamCidrConfig) 