placement Constraints
Parameters
value
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
Parameters
values
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
suspend fun placementConstraints(argument: List<suspend PipePlacementConstraintArgsBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend PipePlacementConstraintArgsBuilder.() -> Unit)
Parameters
argument
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).