Values_1.IpamPoolSourceResourceSourceThe resource used to provision CIDRs to a resource planning pool.
type nonrec t = {resourceId : Values_0.String_.t option;The source resource ID.
*)resourceType : IpamPoolSourceResourceType.t option;The source resource type.
*)resourceRegion : Values_0.String_.t option;The source resource Region.
*)resourceOwner : Values_0.String_.t option;The source resource owner.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]