AWS SDK for .NET Documentation
InstanceGroupConfig Class
AmazonAmazon.ElasticMapReduce.ModelInstanceGroupConfig Did this page help you?   Yes   No    Tell us about it...

Configuration defining a new instance group.

Declaration Syntax
C#
public class InstanceGroupConfig
Members
All MembersConstructorsMethodsProperties



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

BidPrice
Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


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
Target number of instances for the instance group.

InstanceRole
The role of the instance group in the cluster.

Constraints:

Allowed Values
MASTER, CORE, TASK


InstanceType
The Amazon EC2 instance type for all instances in the instance group.

Constraints:

Length
1 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Market
Market type of the Amazon EC2 instances used to create a cluster node.

Constraints:

Allowed Values
ON_DEMAND, SPOT


Name
Friendly name given to the instance group.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBidPrice(String)
Sets the BidPrice property

WithInstanceCount(Int32)
Sets the InstanceCount property

WithInstanceRole(String)
Sets the InstanceRole property

WithInstanceType(String)
Sets the InstanceType property

WithMarket(String)
Sets the Market property

WithName(String)
Sets the Name property

Inheritance Hierarchy
Object
InstanceGroupConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.24.0 (1.5.24.0)