AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The summary of the cluster step.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.StepSummary

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class StepSummary

The StepSummary type exposes the following members

Constructors

NameDescription
Public Method StepSummary()

Properties

NameTypeDescription
Public Property ActionOnFailure Amazon.ElasticMapReduce.ActionOnFailure

Gets and sets the property ActionOnFailure.

The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

Public Property Config Amazon.ElasticMapReduce.Model.HadoopStepConfig

Gets and sets the property Config.

The Hadoop job configuration of the cluster step.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the cluster step.

Public Property Name System.String

Gets and sets the property Name.

The name of the cluster step.

Public Property Status Amazon.ElasticMapReduce.Model.StepStatus

Gets and sets the property Status.

The current execution status details of the cluster step.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5