AWS SDK Version 2 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.

.NET Framework 4.5
 
A description of a job flow.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.JobFlowDetail

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class JobFlowDetail : Object

The JobFlowDetail type exposes the following members

Constructors

NameDescription
Public Method JobFlowDetail() Empty constructor used to set properties independently even when a simple constructor is available
Public Method JobFlowDetail(string, string, JobFlowExecutionStatusDetail, JobFlowInstancesDetail) Instantiates JobFlowDetail with the parameterized properties

Properties

NameTypeDescription
Public Property AmiVersion System.String Gets and sets the property AmiVersion.

The version of the AMI used to initialize Amazon EC2 instances in the job flow. For a list of AMI versions currently supported by Amazon ElasticMapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer Guide.

Public Property BootstrapActions System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.BootstrapActionDetail> Gets and sets the property BootstrapActions.

A list of the bootstrap actions run by the job flow.

Public Property ExecutionStatusDetail Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail Gets and sets the property ExecutionStatusDetail.

Describes the execution status of the job flow.

Public Property Instances Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail Gets and sets the property Instances.

Describes the Amazon EC2 instances of the job flow.

Public Property JobFlowId System.String Gets and sets the property JobFlowId.

The job flow identifier.

Public Property JobFlowRole System.String Gets and sets the property JobFlowRole.

The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.

Public Property LogUri System.String Gets and sets the property LogUri.

The location in Amazon S3 where log files for the job are stored.

Public Property Name System.String Gets and sets the property Name.

The name of the job flow.

Public Property ServiceRole System.String Gets and sets the property ServiceRole.

The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

Public Property Steps System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.StepDetail> Gets and sets the property Steps.

A list of steps run by the job flow.

Public Property SupportedProducts System.Collections.Generic.List<System.String> Gets and sets the property SupportedProducts.

A list of strings set by third party software when the job flow is launched. If you are not using third party software to manage the job flow this value is empty.

Public Property VisibleToAllUsers System.Boolean Gets and sets the property VisibleToAllUsers.

Specifies whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to true, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is set to false, only the IAM user that created the job flow can view and manage it. This value can be changed using the SetVisibleToAllUsers action.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8