placementStrategy

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


@JvmName(name = "fohtxgetpbekicem")
suspend fun placementStrategy(values: List<Output<PipePlacementStrategyArgs>>)
@JvmName(name = "surffppclmtgaskt")
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 = "xtqanpkragthtdqv")
suspend fun placementStrategy(argument: List<suspend PipePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "kodyaammrdoryfns")
suspend fun placementStrategy(vararg argument: suspend PipePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "rlorevfvnkktwwis")
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.