Show / Hide Table of Contents

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 Source

ActionOnFailure

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
View Source

HadoopJarStep

The JAR file used for the step. Defined below.

Declaration
public readonly ClusterStepHadoopJarStep HadoopJarStep
Field Value
Type Description
ClusterStepHadoopJarStep
View Source

Name

The name of the step.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.