PlacementGroupConfigResponse

data class PlacementGroupConfigResponse(val instanceRole: InstanceRoleTypeEnumValueResponse? = null, val placementStrategy: PlacementGroupStrategyEnumValueResponse? = null)

Definition of PlacementGroupConfig

Constructors

Link copied to clipboard
constructor(instanceRole: InstanceRoleTypeEnumValueResponse? = null, placementStrategy: PlacementGroupStrategyEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

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.