placementStrategy

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


@JvmName(name = "mtnvapuummdxnbwp")
suspend fun placementStrategy(values: List<Output<SchedulePlacementStrategyArgs>>)
@JvmName(name = "apwmjnbygbhmcayy")
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 = "kgmurfwtofksitbp")
suspend fun placementStrategy(argument: List<suspend SchedulePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "rnircjetsatrcjuh")
suspend fun placementStrategy(vararg argument: suspend SchedulePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "qarihulkjeujfdmu")
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.