data class JobCommandArgs(val name: Output<String>? = null, val pythonVersion: Output<String>? = null, val scriptLocation: Output<String>) : ConvertibleToJava<JobCommandArgs>
The name of the job command. Defaults to glueetl. Use pythonshell for Python Shell Job Type, or gluestreaming for Streaming Job Type. max_capacity needs to be set if pythonshell is chosen.