Module Values.ConfiguredTableAnalysisRulePolicyV1Source

Controls on the query specifications that can be run on a configured table.

Sourcetype nonrec t = {
  1. list : AnalysisRuleList.t option;
    (*

    Analysis rule type that enables only list queries on a configured table.

    *)
  2. aggregation : AnalysisRuleAggregation.t option;
    (*

    Analysis rule type that enables only aggregation queries on a configured table.

    *)
  3. custom : AnalysisRuleCustom.t option;
}
Sourceval make : ?list:??? -> ?aggregation:??? -> ?custom:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of AnalysisRuleColumnName.t | `Structure of (string * [> `Enum of string | `Integer of AggregationConstraintMinimumInteger.t | `List of [> `String of AnalysisRuleColumnName.t ] list | `String of AnalysisRuleColumnName.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ColumnName.t ]) list ] list ]) list ]) 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