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 3.5
 
Instantiates JobFlowInstancesDetail with the parameterized properties

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

Syntax

C#
public JobFlowInstancesDetail(
         String masterInstanceType,
         String slaveInstanceType,
         Int32 instanceCount
)

Parameters

masterInstanceType
Type: System.String

The Amazon EC2 master node instance type.

slaveInstanceType
Type: System.String

The Amazon EC2 slave node instance type.

instanceCount
Type: System.Int32

The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes.

Version Information

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

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