placementStrategy

@JvmName(name = "codssbsehrcbswyv")
suspend fun placementStrategy(value: Output<List<SchedulePlacementStrategyArgs>>)
@JvmName(name = "dhyodwcsrbrwnerp")
suspend fun placementStrategy(value: List<SchedulePlacementStrategyArgs>?)

Parameters

value

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.


@JvmName(name = "qipearkoeyvdunvy")
suspend fun placementStrategy(vararg values: Output<SchedulePlacementStrategyArgs>)


@JvmName(name = "fkbtxymgnsbghkqk")
suspend fun placementStrategy(values: List<Output<SchedulePlacementStrategyArgs>>)
@JvmName(name = "phoswedwarvhkdsn")
suspend fun placementStrategy(vararg values: SchedulePlacementStrategyArgs)

Parameters

values

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.


@JvmName(name = "cgstnhcxdmclrjeq")
suspend fun placementStrategy(argument: List<suspend SchedulePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "leldkmohqjspedtp")
suspend fun placementStrategy(vararg argument: suspend SchedulePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "erdgsulrdpqigdce")
suspend fun placementStrategy(argument: suspend SchedulePlacementStrategyArgsBuilder.() -> Unit)

Parameters

argument

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.