Values.ConfiguredTableAssociationAnalysisRulePolicyV1SourceControls on the query specifications that can be run on an associated configured table.
type nonrec t = {list : ConfiguredTableAssociationAnalysisRuleList.t option;Analysis rule type that enables only list queries on a configured table.
*)aggregation : ConfiguredTableAssociationAnalysisRuleAggregation.t option;Analysis rule type that enables only aggregation queries on a configured table.
*)custom : ConfiguredTableAssociationAnalysisRuleCustom.t option;Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ])
list ]