name property
The name of the job command. For an Apache Spark ETL job, this must be
glueetl
. For a Python shell job, it must be
pythonshell
. For an Apache Spark streaming ETL job, this must
be gluestreaming
.
Implementation
final String? name;