StepArgs

data class StepArgs(val actionOnFailure: Output<String>? = null, val hadoopJarStep: Output<StepHadoopJarStepConfigArgs>? = null, val jobFlowId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<StepArgs>

Schema for AWS::EMR::Step

Constructors

Link copied to clipboard
constructor(actionOnFailure: Output<String>? = null, hadoopJarStep: Output<StepHadoopJarStepConfigArgs>? = null, jobFlowId: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val actionOnFailure: Output<String>? = null

This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.

Link copied to clipboard

The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.

Link copied to clipboard
val jobFlowId: Output<String>? = null

A string that uniquely identifies the cluster (job flow).

Link copied to clipboard
val name: Output<String>? = null

The name of the cluster step.

Functions

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