Job Template Job Template Data Args
data class JobTemplateJobTemplateDataArgs(val configurationOverrides: Output<JobTemplateJobTemplateDataConfigurationOverridesArgs>? = null, val executionRoleArn: Output<String>, val jobDriver: Output<JobTemplateJobTemplateDataJobDriverArgs>, val jobTags: Output<Map<String, String>>? = null, val releaseLabel: Output<String>) : ConvertibleToJava<JobTemplateJobTemplateDataArgs>
Constructors
Link copied to clipboard
constructor(configurationOverrides: Output<JobTemplateJobTemplateDataConfigurationOverridesArgs>? = null, executionRoleArn: Output<String>, jobDriver: Output<JobTemplateJobTemplateDataJobDriverArgs>, jobTags: Output<Map<String, String>>? = null, releaseLabel: Output<String>)
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
The release version of Amazon EMR.