Values.StartProtectedJobInputSourceCreates a protected job that is started by Clean Rooms.
type nonrec t = {type_ : ProtectedJobType.t;The type of protected job to start.
*)membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership to run this job against. Currently accepts a membership ID.
*)jobParameters : ProtectedJobParameters.t;The job parameters.
*)resultConfiguration : ProtectedJobResultConfigurationInput.t option;The details needed to write the job results.
*)computeConfiguration : ProtectedJobComputeConfiguration.t option;The compute configuration for the protected job.
*)}val make :
?resultConfiguration:??? ->
?computeConfiguration:??? ->
type_:ProtectedJobType.t ->
membershipIdentifier:MembershipIdentifier.t ->
jobParameters:ProtectedJobParameters.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Map of
([> `String of JobParameterName.t ]
* [> `String of JobParameterValue.t ])
list
| `String of AnalysisTemplateArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of
ProtectedJobWorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list
| `String of AccountId.t ])
list ])
list ])
list ])
list ]