placementStrategy

@JvmName(name = "jdfphcvnbabkvong")
suspend fun placementStrategy(value: Output<List<PipePlacementStrategyArgs>>)
@JvmName(name = "djamvdiasdiwxsrh")
suspend fun placementStrategy(value: List<PipePlacementStrategyArgs>?)

Parameters

value

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


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


@JvmName(name = "agxrtufgfiunvvoy")
suspend fun placementStrategy(values: List<Output<PipePlacementStrategyArgs>>)
@JvmName(name = "lpwdoofbelubhjuj")
suspend fun placementStrategy(vararg values: PipePlacementStrategyArgs)

Parameters

values

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


@JvmName(name = "mnvgwlrrofutvida")
suspend fun placementStrategy(argument: List<suspend PipePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "pdaniromcjwsplvs")
suspend fun placementStrategy(vararg argument: suspend PipePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "scnqodmblerdbmey")
suspend fun placementStrategy(argument: suspend PipePlacementStrategyArgsBuilder.() -> Unit)

Parameters

argument

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