Module Values.StartProtectedJobInputSource

Creates a protected job that is started by Clean Rooms.

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

    The type of protected job to start.

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

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

    *)
  3. jobParameters : ProtectedJobParameters.t;
    (*

    The job parameters.

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

    The details needed to write the job results.

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

    The compute configuration for the protected job.

    *)
}
Sourceval context_ : string
Sourceval make : ?resultConfiguration:??? -> ?computeConfiguration:??? -> type_:ProtectedJobType.t -> membershipIdentifier:MembershipIdentifier.t -> jobParameters:ProtectedJobParameters.t -> unit -> t
Sourceval 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 ]
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