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.

Instantiates JobFlowInstancesDetail with the parameterized properties

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

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 core and task 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 core and task node. If the value is greater than 1, one instance is the master node and all others are core and task nodes.

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