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.

Container for the parameters to the TerminateJobFlows operation. TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut down, any step not yet completed is canceled and the Amazon EC2 instances on which the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created.

The maximum number of clusters allowed is 10. The call to TerminateJobFlows is asynchronous. Depending on the configuration of the cluster, it may take up to 1-5 minutes for the cluster to completely terminate and release allocated resources, such as Amazon EC2 instances.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest

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

Syntax

C#
public class TerminateJobFlowsRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

The TerminateJobFlowsRequest type exposes the following members

Constructors

NameDescription
Public Method TerminateJobFlowsRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method TerminateJobFlowsRequest(List<String>)

Instantiates TerminateJobFlowsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property JobFlowIds System.Collections.Generic.List<System.String>

Gets and sets the property JobFlowIds.

A list of job flows to be shut down.

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