Values_2.IpamPoolAllocationSourceIn IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.
type nonrec t = {cidr : Values_0.String_.t option;The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.
*)ipamPoolAllocationId : Values_1.IpamPoolAllocationId.t option;The ID of an allocation.
*)description : Values_0.String_.t option;A description of the pool allocation.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)resourceType : Values_1.IpamPoolAllocationResourceType.t option;The type of the resource.
*)resourceRegion : Values_0.String_.t option;The Amazon Web Services Region of the resource.
*)resourceOwner : Values_0.String_.t option;The owner of the resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]