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.
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:
RUNNING
,
WAITING
, SHUTTING_DOWN
, STARTING
Amazon Elastic MapReduce can return a maximum of 512 job flow descriptions.
Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class DescribeJobFlowsRequest : AmazonElasticMapReduceRequest IRequestEvents
The DescribeJobFlowsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeJobFlowsRequest() | Empty constructor used to set properties independently even when a simple constructor is available |
![]() |
DescribeJobFlowsRequest(List<String>) |
Name | Type | Description | |
---|---|---|---|
![]() |
CreatedAfter | System.DateTime |
Gets and sets the property CreatedAfter.
Return only job flows created after this date and time. |
![]() |
CreatedBefore | System.DateTime |
Gets and sets the property CreatedBefore.
Return only job flows created before this date and time. |
![]() |
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. |
![]() |
JobFlowStates | System.Collections.Generic.List<System.String> |
Gets and sets the property JobFlowStates.
Return only job flows whose state is contained in this list. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8