Module Values.ConfiguredTableAssociationAnalysisRuleCustomSource

The configured table association analysis rule applied to a configured table with the custom 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.

    *)
}
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