placement Constraints
Parameters
value
An array of placement constraint objects to use for the task. You can specify up to 10 constraints for each task. See below.
suspend fun placementConstraints(argument: List<suspend GetTaskExecutionPlacementConstraintBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend GetTaskExecutionPlacementConstraintBuilder.() -> Unit)
suspend fun placementConstraints(argument: suspend GetTaskExecutionPlacementConstraintBuilder.() -> Unit)
Parameters
argument
An array of placement constraint objects to use for the task. You can specify up to 10 constraints for each task. See below.
Parameters
values
An array of placement constraint objects to use for the task. You can specify up to 10 constraints for each task. See below.