JobTemplateJobTemplateDataArgs

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
val jobTags: Output<Map<String, String>>? = null

The tags assigned to jobs started using the job template.

Link copied to clipboard
val releaseLabel: Output<String>

The release version of Amazon EMR.

Functions

Link copied to clipboard
open override fun toJava(): JobTemplateJobTemplateDataArgs