| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default ActionOnFailure |
EmrAddStepProps.getActionOnFailure()
(experimental) The action to take when the cluster step fails.
|
ActionOnFailure |
EmrAddStepProps.Jsii$Proxy.getActionOnFailure() |
static ActionOnFailure |
ActionOnFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionOnFailure[] |
ActionOnFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrAddStep.Builder |
EmrAddStep.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
(experimental) The action to take when the cluster step fails.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
Sets the value of
EmrAddStepProps.getActionOnFailure() |
| Constructor and Description |
|---|
Jsii$Proxy(String clusterId,
String jar,
String name,
ActionOnFailure actionOnFailure,
List<String> args,
String mainClass,
Map<String,String> properties,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrAddStepProps.Builder. |
Copyright © 2021. All rights reserved.