Step

class Step

This represents a step in a cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The Hadoop job configuration of the cluster step.

Link copied to clipboard

The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource.

Link copied to clipboard
val id: String?

The identifier of the cluster step.

Link copied to clipboard
val name: String?

The name of the cluster step.

Link copied to clipboard

The current execution status details of the cluster step.

Functions

Link copied to clipboard
inline fun copy(block: Step.Builder.() -> Unit = {}): Step
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String