Values.IdNamespaceAssociationInputReferenceConfigSourceProvides the information for the ID namespace association input reference configuration.
type nonrec t = {inputReferenceArn : IdNamespaceAssociationInputReferenceArn.t;The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
*)manageResourcePolicies : Boolean.t;When TRUE, Clean Rooms manages permissions for the ID namespace association resource. When FALSE, the resource owner manages permissions for the ID namespace association resource.
*)}val make :
inputReferenceArn:IdNamespaceAssociationInputReferenceArn.t ->
manageResourcePolicies:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of IdNamespaceAssociationInputReferenceArn.t ])
list ]