View source: R/emrcontainers_operations.R
emrcontainers_create_job_template | R Documentation |
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
)
name |
[required] The specified name of the job template. |
clientToken |
[required] The client token of the job template. |
jobTemplateData |
[required] The job template data which holds values of StartJobRun API request. |
tags |
The tags that are associated with the job template. |
kmsKeyArn |
The KMS key ARN used to encrypt the job template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.