class Aws::EMRContainers::Types::SparkSubmitJobDriver

The information about job driver for Spark submit.

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

data as a hash:

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

@!attribute [rw] entry_point

The entry point of job application.
@return [String]

@!attribute [rw] entry_point_arguments

The arguments for job application.
@return [Array<String>]

@!attribute [rw] spark_submit_parameters

The Spark submit parameters that are used for job runs.
@return [String]

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

Constants

SENSITIVE