ClusterPlacementGroupConfig

data class ClusterPlacementGroupConfig(val instanceRole: String, val placementStrategy: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Role of the instance in the cluster. Valid Values: MASTER, CORE, TASK.

Link copied to clipboard

EC2 Placement Group strategy associated with instance role. Valid Values: SPREAD, PARTITION, CLUSTER, NONE.