placement Strategies
Parameters
value
The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.
suspend fun placementStrategies(argument: List<suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit>)
suspend fun placementStrategies(vararg argument: suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit)
suspend fun placementStrategies(argument: suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit)
Parameters
argument
The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.
Parameters
values
The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.