Step

public struct Step : 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 Hadoop job configuration of the cluster step.

    Declaration

    Swift

    public let config: HadoopStepConfig?
  • id

    The identifier of the cluster step.

    Declaration

    Swift

    public let id: String?
  • The name of the cluster step.

    Declaration

    Swift

    public let name: String?
  • The current execution status details of the cluster step.

    Declaration

    Swift

    public let status: StepStatus?
  • Undocumented

    Declaration

    Swift

    public init(actionOnFailure: ActionOnFailure? = nil, config: HadoopStepConfig? = nil, id: String? = nil, name: String? = nil, status: StepStatus? = nil)