ClusterStepArgs

data class ClusterStepArgs(val actionOnFailure: Output<String>, val hadoopJarStep: Output<ClusterStepHadoopJarStepArgs>, val name: Output<String>) : ConvertibleToJava<ClusterStepArgs>

Constructors

Link copied to clipboard
constructor(actionOnFailure: Output<String>, hadoopJarStep: Output<ClusterStepHadoopJarStepArgs>, name: Output<String>)

Properties

Link copied to clipboard
val actionOnFailure: Output<String>

Action to take if the step fails. Valid values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE

Link copied to clipboard

JAR file used for the step. See below.

Link copied to clipboard
val name: Output<String>

Name of the step.

Functions

Link copied to clipboard
open override fun toJava(): ClusterStepArgs