Class ClusterStep
Inheritance
System.Object
ClusterStep
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterStep
Fields
View SourceActionOnFailure
The action to take if the step fails. Valid values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE
Declaration
public readonly string ActionOnFailure
Field Value
| Type | Description |
|---|---|
| System.String |
HadoopJarStep
The JAR file used for the step. Defined below.
Declaration
public readonly ClusterStepHadoopJarStep HadoopJarStep
Field Value
| Type | Description |
|---|---|
| ClusterStepHadoopJarStep |
Name
The name of the step.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |