placementStrategy

@JvmName(name = "hsjrdldieddpuxwf")
suspend fun placementStrategy(value: Output<List<SchedulePlacementStrategyArgs>>)
@JvmName(name = "fvvhcmucnisotasp")
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 = "asjareptbdpayrnj")
suspend fun placementStrategy(vararg values: Output<SchedulePlacementStrategyArgs>)


@JvmName(name = "dtaurnvwsmymcusw")
suspend fun placementStrategy(values: List<Output<SchedulePlacementStrategyArgs>>)
@JvmName(name = "fgjwnummrpssyvin")
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 = "lcuotjdfctyojdbn")
suspend fun placementStrategy(argument: List<suspend SchedulePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "gpkfmyhifpycmmti")
suspend fun placementStrategy(vararg argument: suspend SchedulePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "hbvlfikggbgispna")
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.