Values.CreateJobTemplateRequestSourceCreates a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
type nonrec t = {name : ResourceNameString.t;The specified name of the job template.
*)clientToken : ClientToken.t;The client token of the job template.
*)jobTemplateData : JobTemplateData.t;The job template data which holds values of StartJobRun API request.
*)kmsKeyArn : KmsKeyArn.t option;The KMS key ARN used to encrypt the job template.
*)}val make :
?tags:??? ->
?kmsKeyArn:??? ->
name:ResourceNameString.t ->
clientToken:ClientToken.t ->
jobTemplateData:JobTemplateData.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
* [> `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 ])
list ]