Module Values.StartJobRunRequestSource

Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

Sourcetype nonrec t = {
  1. name : ResourceNameString.t option;
    (*

    The name of the job run.

    *)
  2. virtualClusterId : ResourceIdString.t;
    (*

    The virtual cluster ID for which the job run request is submitted.

    *)
  3. clientToken : ClientToken.t;
    (*

    The client idempotency token of the job run request.

    *)
  4. executionRoleArn : IAMRoleArn.t option;
    (*

    The execution role ARN for the job run.

    *)
  5. releaseLabel : ReleaseLabel.t option;
    (*

    The Amazon EMR release version to use for the job run.

    *)
  6. jobDriver : JobDriver.t option;
    (*

    The job driver for the job run.

    *)
  7. configurationOverrides : ConfigurationOverrides.t option;
    (*

    The configuration overrides for the job run.

    *)
  8. tags : TagMap.t option;
    (*

    The tags assigned to job runs.

    *)
  9. jobTemplateId : ResourceIdString.t option;
    (*

    The job template ID to be used to start the job run.

    *)
  10. jobTemplateParameters : TemplateParameterInputMap.t option;
    (*

    The values of job template parameters to start a job run.

    *)
  11. retryPolicyConfiguration : RetryPolicyConfiguration.t option;
    (*

    The retry policy configuration for the job run.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?executionRoleArn:??? -> ?releaseLabel:??? -> ?jobDriver:??? -> ?configurationOverrides:??? -> ?tags:??? -> ?jobTemplateId:??? -> ?jobTemplateParameters:??? -> ?retryPolicyConfiguration:??? -> virtualClusterId:ResourceIdString.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String128.t ] * [> `String of StringEmpty256.t ]) list | `String of ResourceNameString.t | `Structure of (string * Awso.Botodata.value) 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