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.

Modify the size or configurations of an instance group.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig

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

Syntax

C#
public class InstanceGroupModifyConfig

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 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.

Public Property 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.

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 modify.

Public Property ReconfigurationType Amazon.ElasticMapReduce.ReconfigurationType

Gets and sets the property ReconfigurationType.

Type of reconfiguration requested. Valid values are MERGE and OVERWRITE.

Public Property ShrinkPolicy Amazon.ElasticMapReduce.Model.ShrinkPolicy

Gets and sets the property ShrinkPolicy.

Policy for customizing shrink operations.

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