Values_2.IpamPolicyDocumentSourceInformation about an IPAM policy.
type nonrec t = {ipamPolicyId : Values_1.IpamPolicyId.t option;The ID of the IPAM policy.
*)locale : Values_0.String_.t option;The locale of the IPAM policy document.
*)resourceType : Values_1.IpamPolicyResourceType.t option;The resource type of the IPAM policy document. The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include: Elastic IP addresses
*)allocationRules : Values_1.IpamPolicyAllocationRuleList.t option;The allocation rules in the IPAM policy document. Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.IpamPolicyId.t ])
list ]