HadoopJarStepConfig
public struct HadoopJarStepConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of command line arguments passed to the JAR file’s main function when executed.
Declaration
Swift
public let args: [String]? -
A path to a JAR file run during the step.
Declaration
Swift
public let jar: String -
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
Declaration
Swift
public let mainClass: String? -
A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.
Declaration
Swift
public let properties: [KeyValue]? -
Undocumented
Declaration
Swift
public init(args: [String]? = nil, jar: String, mainClass: String? = nil, properties: [KeyValue]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HadoopJarStepConfig Structure Reference