Class ClusterStepArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterStepArgs : ResourceArgs
Constructors
View SourceClusterStepArgs()
Declaration
public ClusterStepArgs()
Properties
View SourceActionOnFailure
The action to take if the step fails. Valid values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE
Declaration
public Input<string> ActionOnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HadoopJarStep
The JAR file used for the step. Defined below.
Declaration
public Input<ClusterStepHadoopJarStepArgs> HadoopJarStep { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterStepHadoopJarStepArgs> |
Name
The name of the step.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |