Values.StartJobRunRequestSourceStarts 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.
type nonrec t = {name : ResourceNameString.t option;The name of the job run.
*)virtualClusterId : ResourceIdString.t;The virtual cluster ID for which the job run request is submitted.
*)clientToken : ClientToken.t;The client idempotency token of the job run request.
*)executionRoleArn : IAMRoleArn.t option;The execution role ARN for the job run.
*)releaseLabel : ReleaseLabel.t option;The Amazon EMR release version to use for the job run.
*)jobDriver : JobDriver.t option;The job driver for the job run.
*)configurationOverrides : ConfigurationOverrides.t option;The configuration overrides for the job run.
*)jobTemplateId : ResourceIdString.t option;The job template ID to be used to start the job run.
*)jobTemplateParameters : TemplateParameterInputMap.t option;The values of job template parameters to start a job run.
*)retryPolicyConfiguration : RetryPolicyConfiguration.t option;The retry policy configuration for the job run.
*)}val make :
?name:??? ->
?executionRoleArn:??? ->
?releaseLabel:??? ->
?jobDriver:??? ->
?configurationOverrides:??? ->
?tags:??? ->
?jobTemplateId:??? ->
?jobTemplateParameters:??? ->
?retryPolicyConfiguration:??? ->
virtualClusterId:ResourceIdString.t ->
clientToken:ClientToken.t ->
unit ->
tval 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 ]