Module Values.ConfiguredTableAssociationAnalysisRuleAggregationSource

The configured table association analysis rule applied to a configured table with the aggregation analysis rule.

Sourcetype nonrec t = {
  1. allowedResultReceivers : AllowedResultReceivers.t option;
    (*

    The list of collaboration members who are allowed to receive results of queries run with this configured table.

    *)
  2. 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).

    *)
}
Sourceval make : ?allowedResultReceivers:??? -> ?allowedAdditionalAnalyses:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AccountId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t