JobCommand class

Specifies code executed when a job is run.

Constructors

JobCommand({String? name, String? pythonVersion, String? scriptLocation})
JobCommand.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
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.
final
pythonVersion String?
The Python version being used to execute a Python shell job. Allowed values are 2 or 3.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptLocation String?
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited