-
The action to take when the cluster step fails.
A list of command line arguments passed to the JAR file's main function when executed.
The ClusterId to add the Step to.
An optional description for this state.
EmrAddStep.Builder.create(software.constructs.Construct scope,
String id)
EmrAddStep.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
A path to a JAR file run during the step.
The name of the main class in the specified Java file.
JSONPath expression to select select a portion of the state output to pass to the next state.
A list of Java properties that are set when the step runs.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
EmrAddStep.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.