placementStrategy

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


@JvmName(name = "pfmrwjewehcefnlx")
suspend fun placementStrategy(values: List<Output<SchedulePlacementStrategyArgs>>)
@JvmName(name = "gnkcdmjxiwfbcymd")
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 = "hbghsbxyixqkidmf")
suspend fun placementStrategy(argument: List<suspend SchedulePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "vhxplfrljehqcrpy")
suspend fun placementStrategy(vararg argument: suspend SchedulePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "vewottuxwuptwyxl")
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.