Module Values.ProtectedJobSource

The parameters for an Clean Rooms protected job.

Sourcetype nonrec t = {
  1. id : ProtectedJobIdentifier.t option;
    (*

    The identifier for a protected job instance.

    *)
  2. membershipId : MembershipIdentifier.t option;
    (*

    he identifier for the membership.

    *)
  3. membershipArn : MembershipArn.t option;
    (*

    The ARN of the membership.

    *)
  4. createTime : Timestamp.t option;
    (*

    The creation time of the protected job.

    *)
  5. jobParameters : ProtectedJobParameters.t option;
    (*

    The job parameters for the protected job.

    *)
  6. status : ProtectedJobStatus.t option;
    (*

    The status of the protected job.

    *)
  7. resultConfiguration : ProtectedJobResultConfigurationOutput.t option;
    (*

    Contains any details needed to write the job results.

    *)
  8. statistics : ProtectedJobStatistics.t option;
    (*

    The statistics of the protected job.

    *)
  9. result : ProtectedJobResult.t option;
    (*

    The result of the protected job.

    *)
  10. error : ProtectedJobError.t option;
    (*

    The error from the protected job.

    *)
  11. computeConfiguration : ProtectedJobComputeConfiguration.t option;
    (*

    The compute configuration for the protected job.

    *)
}
Sourceval make : ?id:??? -> ?membershipId:??? -> ?membershipArn:??? -> ?createTime:??? -> ?jobParameters:??? -> ?status:??? -> ?resultConfiguration:??? -> ?statistics:??? -> ?result:??? -> ?error:??? -> ?computeConfiguration:??? -> unit -> t
Sourceval 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 ]
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