StepConfig
public struct StepConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.
Declaration
Swift
public let actionOnFailure: ActionOnFailure?
-
The JAR file used for the step.
Declaration
Swift
public let hadoopJarStep: HadoopJarStepConfig
-
The name of the step.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(actionOnFailure: ActionOnFailure? = nil, hadoopJarStep: HadoopJarStepConfig, name: String)
-
Declaration
Swift
public func validate(name: String) throws