AWS SDK for .NET Documentation
InstanceGroupModifyConfig Class
AmazonAmazon.ElasticMapReduce.ModelInstanceGroupModifyConfig Did this page help you?   Yes   No    Tell us about it...
Modify an instance group size.
Declaration Syntax
C#
public class InstanceGroupModifyConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InstanceGroupModifyConfig()()()()
Initializes a new instance of the InstanceGroupModifyConfig class

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


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceCount
Gets and sets the property InstanceCount.

Target size for the instance group.


InstanceGroupId
Gets and sets the property InstanceGroupId.

Unique ID of the instance group to expand or shrink.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEC2InstanceIdsToTerminate(array<String>[]()[][]) Obsolete.
Sets the EC2InstanceIdsToTerminate property

WithEC2InstanceIdsToTerminate(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the EC2InstanceIdsToTerminate property

WithInstanceCount(Int32) Obsolete.
Sets the InstanceCount property

WithInstanceGroupId(String) Obsolete.
Sets the InstanceGroupId property

Inheritance Hierarchy
Object
InstanceGroupModifyConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)