Values.IpamCidrConfigSourceConfiguration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.
type nonrec t = {cidr : String_.t;The CIDR that specifies the IP address range for this IPAM configuration.
*)ipamPoolArn : String_.t;The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.
*)anycastIp : String_.t option;The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.
*)status : IpamCidrStatus.t option;The current status of the IPAM CIDR configuration.
*)}