Module Values.StartProtectedQueryInputSource

Creates a protected query that is started by Clean Rooms.

Sourcetype nonrec t = {
  1. type_ : ProtectedQueryType.t;
    (*

    The type of the protected query to be started.

    *)
  2. membershipIdentifier : MembershipIdentifier.t;
    (*

    A unique identifier for the membership to run this query against. Currently accepts a membership ID.

    *)
  3. sqlParameters : ProtectedQuerySQLParameters.t;
    (*

    The protected SQL query parameters.

    *)
  4. resultConfiguration : ProtectedQueryResultConfiguration.t option;
    (*

    The details needed to write the query results.

    *)
  5. computeConfiguration : ComputeConfiguration.t option;
    (*

    The compute configuration for the protected query.

    *)
}
Sourceval context_ : string
Sourceval make : ?resultConfiguration:??? -> ?computeConfiguration:??? -> type_:ProtectedQueryType.t -> membershipIdentifier:MembershipIdentifier.t -> sqlParameters:ProtectedQuerySQLParameters.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MembershipIdentifier.t | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of ProtectedQuerySQLParametersQueryStringString.t | `Structure of (string * [> `Enum of string | `Integer of WorkerComputeConfigurationNumberInteger.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of ProtectedQueryS3OutputConfigurationBucketString.t ]) list ]) list ] list | `Map of ([> `String of SparkPropertyKey.t ] * [> `String of SparkPropertyValue.t ]) list | `String of ProtectedQueryS3OutputConfigurationBucketString.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