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 DescribeJobFlows operation. This API is no longer supported and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead.

DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time.

Regardless of supplied parameters, only job flows created within the last two months are returned.

If no parameters are supplied, then job flows matching either of the following criteria are returned:

Amazon EMR can return a maximum of 512 job flow descriptions.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeJobFlowsRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

The DescribeJobFlowsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeJobFlowsRequest()

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

Public Method DescribeJobFlowsRequest(List<String>)

Instantiates DescribeJobFlowsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

Return only job flows created after this date and time.

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

Return only job flows created before this date and time.

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

Gets and sets the property JobFlowIds.

Return only job flows whose job flow ID is contained in this list.

Public Property JobFlowStates System.Collections.Generic.List<System.String>

Gets and sets the property JobFlowStates.

Return only job flows whose state is contained in this list.

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