JobCommand

public struct JobCommand : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let name: String?
  • The Python version being used to execute a Python shell job. Allowed values are 2 or 3.

    Declaration

    Swift

    public let pythonVersion: String?
  • Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.

    Declaration

    Swift

    public let scriptLocation: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, pythonVersion: String? = nil, scriptLocation: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws