| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMRServerless.Types.SparkSubmit
Description
Synopsis
Documentation
data SparkSubmit Source #
The configurations for the Spark submit job driver.
See: newSparkSubmit smart constructor.
Constructors
| SparkSubmit' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SparkSubmit |
Create a value of SparkSubmit with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entryPointArguments:SparkSubmit', sparkSubmit_entryPointArguments - The arguments for the Spark submit job run.
$sel:sparkSubmitParameters:SparkSubmit', sparkSubmit_sparkSubmitParameters - The parameters for the Spark submit job run.
$sel:entryPoint:SparkSubmit', sparkSubmit_entryPoint - The entry point for the Spark submit job run.
sparkSubmit_entryPointArguments :: Lens' SparkSubmit (Maybe [Text]) Source #
The arguments for the Spark submit job run.
sparkSubmit_sparkSubmitParameters :: Lens' SparkSubmit (Maybe Text) Source #
The parameters for the Spark submit job run.
sparkSubmit_entryPoint :: Lens' SparkSubmit Text Source #
The entry point for the Spark submit job run.