JobTemplateJobTemplateData

data class JobTemplateJobTemplateData(val configurationOverrides: JobTemplateJobTemplateDataConfigurationOverrides? = null, val executionRoleArn: String, val jobDriver: JobTemplateJobTemplateDataJobDriver, val jobTags: Map<String, String>? = null, val releaseLabel: String)

Constructors

Link copied to clipboard
constructor(configurationOverrides: JobTemplateJobTemplateDataConfigurationOverrides? = null, executionRoleArn: String, jobDriver: JobTemplateJobTemplateDataJobDriver, jobTags: Map<String, String>? = null, releaseLabel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings that are used to override defaults configuration.

Link copied to clipboard

The execution role ARN of the job run.

Link copied to clipboard

Specify the driver that the job runs on. Exactly one of the two available job drivers is required, either sparkSqlJobDriver or sparkSubmitJobDriver.

Link copied to clipboard
val jobTags: Map<String, String>? = null

The tags assigned to jobs started using the job template.

Link copied to clipboard

The release version of Amazon EMR.