class Aws::EMRContainers::Types::JobDriver

Specify the driver that the job runs on.

@note When making an API call, you may pass JobDriver

data as a hash:

    {
      spark_submit_job_driver: {
        entry_point: "EntryPointPath", # required
        entry_point_arguments: ["EntryPointArgument"],
        spark_submit_parameters: "SparkSubmitParameters",
      },
    }

@!attribute [rw] spark_submit_job_driver

The job driver parameters specified for spark submit.
@return [Types::SparkSubmitJobDriver]

@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/JobDriver AWS API Documentation

Constants

SENSITIVE