Values.ProtectedJobSourceThe parameters for an Clean Rooms protected job.
type nonrec t = {id : ProtectedJobIdentifier.t option;The identifier for a protected job instance.
*)membershipId : MembershipIdentifier.t option;he identifier for the membership.
*)membershipArn : MembershipArn.t option;The ARN of the membership.
*)createTime : Timestamp.t option;The creation time of the protected job.
*)jobParameters : ProtectedJobParameters.t option;The job parameters for the protected job.
*)status : ProtectedJobStatus.t option;The status of the protected job.
*)resultConfiguration : ProtectedJobResultConfigurationOutput.t option;Contains any details needed to write the job results.
*)statistics : ProtectedJobStatistics.t option;The statistics of the protected job.
*)result : ProtectedJobResult.t option;The result of the protected job.
*)error : ProtectedJobError.t option;The error from the protected job.
*)computeConfiguration : ProtectedJobComputeConfiguration.t option;The compute configuration for the protected job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ProtectedJobIdentifier.t
| `Structure of
(string
* [> `Long of Long.t
| `Map of
([> `String of JobParameterName.t ]
* [> `String of JobParameterValue.t ])
list
| `String of AnalysisTemplateArn.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of
ProtectedJobWorkerComputeConfigurationNumberInteger.t
| `List of
[> `Structure of
(string * [> `String of AccountId.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list
| `String of
ProtectedJobS3OutputConfigurationOutputBucketString.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]