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 InstanceGroupDetail with the parameterized properties

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

Syntax

C#
public InstanceGroupDetail(
         InstanceRoleType instanceRole,
         String instanceType,
         Int32 instanceRequestCount,
         Int32 instanceRunningCount,
         InstanceGroupState state,
         DateTime creationDateTime
)

Parameters

instanceRole
Type: Amazon.ElasticMapReduce.InstanceRoleType

Instance group role in the cluster

instanceType
Type: System.String

Amazon EC2 Instance type.

instanceRequestCount
Type: System.Int32

Target number of instances to run in the instance group.

instanceRunningCount
Type: System.Int32

Actual count of running instances.

state
Type: Amazon.ElasticMapReduce.InstanceGroupState

State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.

creationDateTime
Type: System.DateTime

The date/time the instance group was created.

Version Information

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

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