JobTemplateData

The values of StartJobRun API requests used in job runs started using the job template.

Types

Link copied to clipboard
class Builder
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

The tags assigned to jobs started using the job template.

Link copied to clipboard

The configuration of parameters existing in the job template.

Link copied to clipboard

The release version of Amazon EMR.

Functions

Link copied to clipboard
inline fun copy(block: JobTemplateData.Builder.() -> Unit = {}): JobTemplateData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String