Show / Hide Table of Contents

Class ClusterStepArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterStepArgs
Inherited Members
ResourceArgs.Empty
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 Source

ClusterStepArgs()

Declaration
public ClusterStepArgs()

Properties

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 Input<string> ActionOnFailure { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HadoopJarStep

The JAR file used for the step. Defined below.

Declaration
public Input<ClusterStepHadoopJarStepArgs> HadoopJarStep { get; set; }
Property Value
Type Description
Input<ClusterStepHadoopJarStepArgs>
View Source

Name

The name of the step.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.