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.
Modify the size or configurations of an instance group.
Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z
public class InstanceGroupModifyConfig
The InstanceGroupModifyConfig type exposes the following members
Name | Description | |
---|---|---|
InstanceGroupModifyConfig() |
Empty constructor used to set properties independently even when a simple constructor is available |
|
InstanceGroupModifyConfig(string, int) |
Instantiates InstanceGroupModifyConfig with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
Configurations | System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.Configuration> |
Gets and sets the property Configurations. A list of new or modified configurations to apply for an instance group. |
|
EC2InstanceIdsToTerminate | System.Collections.Generic.List<System.String> |
Gets and sets the property EC2InstanceIdsToTerminate. The Amazon EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size. |
|
InstanceCount | System.Int32 |
Gets and sets the property InstanceCount. Target size for the instance group. |
|
InstanceGroupId | System.String |
Gets and sets the property InstanceGroupId. Unique ID of the instance group to modify. |
|
ReconfigurationType | Amazon.ElasticMapReduce.ReconfigurationType |
Gets and sets the property ReconfigurationType. Type of reconfiguration requested. Valid values are MERGE and OVERWRITE. |
|
ShrinkPolicy | Amazon.ElasticMapReduce.Model.ShrinkPolicy |
Gets and sets the property ShrinkPolicy. Policy for customizing shrink operations. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5