ScheduleTargetEcsParametersPlacementStrategy

data class ScheduleTargetEcsParametersPlacementStrategy(val field: String? = null, val type: String)

Constructors

constructor(field: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

The field to apply the placement strategy against.

Link copied to clipboard

The type of placement strategy. One of: random, spread, binpack.