Module Values.ReceiverConfigurationSource

The receiver configuration for a protected query.

Sourcetype nonrec t = {
  1. analysisType : AnalysisType.t option;
    (*

    The type of analysis for the protected query. The results of the query can be analyzed directly (DIRECT_ANALYSIS) or used as input into additional analyses (ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.

    *)
  2. configurationDetails : ConfigurationDetails.t option;
    (*

    The configuration details of the receiver configuration.

    *)
}
Sourceval make : ?analysisType:??? -> ?configurationDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `List of [> `String of AccountId.t ] 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