Creates 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.
See https://www.paws-r-sdk.com/docs/emrcontainers_create_job_template/ for full documentation.
emrcontainers_create_job_template(
name,
clientToken,
jobTemplateData,
tags = NULL,
kmsKeyArn = NULL
)
[required] The specified name of the job template.
[required] The client token of the job template.
[required] The job template data which holds values of StartJobRun API request.
The tags that are associated with the job template.
The KMS key ARN used to encrypt the job template.