placementStrategy

@JvmName(name = "jpxmcmcjptpheydy")
suspend fun placementStrategy(value: Output<List<PipePlacementStrategyArgs>>)
@JvmName(name = "xekvgagrhhkugpoe")
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 = "oqyoasdtuisolabe")
suspend fun placementStrategy(vararg values: Output<PipePlacementStrategyArgs>)


@JvmName(name = "mbpykspskqjqxmuh")
suspend fun placementStrategy(values: List<Output<PipePlacementStrategyArgs>>)
@JvmName(name = "sbfawabfgynscvnd")
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 = "xypbkfvryhxpcsiu")
suspend fun placementStrategy(argument: List<suspend PipePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "qjxakuvyukvhqgwr")
suspend fun placementStrategy(vararg argument: suspend PipePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "wlaaumyhwwygtxev")
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.