| 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.Glue.Types.SessionCommand
Description
Synopsis
Documentation
data SessionCommand Source #
The SessionCommand that runs the job.
See: newSessionCommand smart constructor.
Constructors
| SessionCommand' | |
Instances
newSessionCommand :: SessionCommand Source #
Create a value of SessionCommand 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:name:SessionCommand', sessionCommand_name - Specifies the name of the SessionCommand. Can be 'glueetl' or
'gluestreaming'.
$sel:pythonVersion:SessionCommand', sessionCommand_pythonVersion - Specifies the Python version. The Python version indicates the version
supported for jobs of type Spark.
sessionCommand_name :: Lens' SessionCommand (Maybe Text) Source #
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
sessionCommand_pythonVersion :: Lens' SessionCommand (Maybe Text) Source #
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.