Values.StartProtectedQueryInputSourceCreates a protected query that is started by Clean Rooms.
type nonrec t = {type_ : ProtectedQueryType.t;The type of the protected query to be started.
*)membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership to run this query against. Currently accepts a membership ID.
*)sqlParameters : ProtectedQuerySQLParameters.t;The protected SQL query parameters.
*)resultConfiguration : ProtectedQueryResultConfiguration.t option;The details needed to write the query results.
*)computeConfiguration : ComputeConfiguration.t option;The compute configuration for the protected query.
*)}val make :
?resultConfiguration:??? ->
?computeConfiguration:??? ->
type_:ProtectedQueryType.t ->
membershipIdentifier:MembershipIdentifier.t ->
sqlParameters:ProtectedQuerySQLParameters.t ->
unit ->
tval 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 ]