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
 
Modify an instance group size.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig

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

Syntax

C#
public class InstanceGroupModifyConfig : Object

The InstanceGroupModifyConfig type exposes the following members

Constructors

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

Properties

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

The EC2 InstanceIds to terminate. For advanced users only. Once you terminate the instances, the instance group will not return to its original requested size.

Public Property InstanceCount System.Int32 Gets and sets the property InstanceCount.

Target size for the instance group.

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

Unique ID of the instance group to expand or shrink.

Version Information

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

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