Values.ConfiguredTableAssociationAnalysisRuleCustomSourceThe configured table association analysis rule applied to a configured table with the custom analysis rule.
type nonrec t = {allowedResultReceivers : AllowedResultReceivers.t option;The list of collaboration members who are allowed to receive results of queries run with this configured table.
*)allowedAdditionalAnalyses : AllowedAdditionalAnalyses.t option;The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ]