placementConstraints

@JvmName(name = "bmfkrbdbmprcwnix")
suspend fun placementConstraints(value: List<GetTaskExecutionPlacementConstraint>?)

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.


@JvmName(name = "flypdqfvgaesthoy")
suspend fun placementConstraints(argument: List<suspend GetTaskExecutionPlacementConstraintBuilder.() -> Unit>)
@JvmName(name = "mqmgitionneylvam")
suspend fun placementConstraints(vararg argument: suspend GetTaskExecutionPlacementConstraintBuilder.() -> Unit)
@JvmName(name = "bksyvkqexybkeuxl")
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.


@JvmName(name = "jfeisefxyvywarqi")
suspend fun placementConstraints(vararg values: GetTaskExecutionPlacementConstraint)

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.