Values.IdMappingTableInputReferenceConfigSourceProvides the input reference configuration for the ID mapping table.
type nonrec t = {inputReferenceArn : IdMappingTableInputReferenceArn.t;The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
*)manageResourcePolicies : Boolean.t;When TRUE, Clean Rooms manages permissions for the ID mapping table resource. When FALSE, the resource owner manages permissions for the ID mapping table resource.
*)}val make :
inputReferenceArn:IdMappingTableInputReferenceArn.t ->
manageResourcePolicies:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of IdMappingTableInputReferenceArn.t ])
list ]