Values.ConfiguredTableAssociationAnalysisRuleAggregationSourceThe configured table association analysis rule applied to a configured table with the aggregation 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. The allowedAdditionalAnalyses parameter is currently supported for the list analysis rule (AnalysisRuleList) and the custom analysis rule (AnalysisRuleCustom).
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ]