Placement Group Config Args
data class PlacementGroupConfigArgs(val instanceRole: Output<InstanceRoleTypeEnumValueArgs>? = null, val placementStrategy: Output<PlacementGroupStrategyEnumValueArgs>? = null) : ConvertibleToJava<PlacementGroupConfigArgs>
Definition of PlacementGroupConfig
Constructors
Link copied to clipboard
constructor(instanceRole: Output<InstanceRoleTypeEnumValueArgs>? = null, placementStrategy: Output<PlacementGroupStrategyEnumValueArgs>? = null)
Properties
Link copied to clipboard
Role of the instance in the cluster.
Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER
.
Link copied to clipboard
Amazon EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD
for the MASTER
instance role.