emrcontainers_create_job_template: Creates a job template

View source: R/emrcontainers_operations.R

emrcontainers_create_job_templateR Documentation

Creates a job template

Description

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.

Usage

emrcontainers_create_job_template(
  name,
  clientToken,
  jobTemplateData,
  tags = NULL,
  kmsKeyArn = NULL
)

Arguments

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.