Values.JobTemplateDataSourceThe values of StartJobRun API requests used in job runs started using the job template.
type nonrec t = {executionRoleArn : ParametricIAMRoleArn.t;The execution role ARN of the job run.
*)releaseLabel : ParametricReleaseLabel.t;The release version of Amazon EMR.
*)configurationOverrides : ParametricConfigurationOverrides.t option;The configuration settings that are used to override defaults configuration.
*)jobDriver : JobDriver.t;parameterConfiguration : TemplateParameterConfigurationMap.t option;The configuration of parameters existing in the job template.
*)jobTags : TagMap.t option;The tags assigned to jobs started using the job template.
*)}val make :
?configurationOverrides:??? ->
?parameterConfiguration:??? ->
?jobTags:??? ->
executionRoleArn:ParametricIAMRoleArn.t ->
releaseLabel:ParametricReleaseLabel.t ->
jobDriver:JobDriver.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TemplateParameterName.t ]
* [> `String of StringEmpty256.t
| `Structure of
(string * [> `Enum of string | `String of String1024.t ])
list ])
list
| `String of ParametricIAMRoleArn.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]