placementConstraints

@JvmName(name = "lojvhfwikxkyceix")
suspend fun placementConstraints(value: Output<List<RulePlacementConstraintArgs>>)
@JvmName(name = "assscahgaviiictn")
suspend fun placementConstraints(value: List<RulePlacementConstraintArgs>?)

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).


@JvmName(name = "xqboorjjrhhtcvlo")
suspend fun placementConstraints(vararg values: Output<RulePlacementConstraintArgs>)


@JvmName(name = "uiadwdakkujmkdwg")
suspend fun placementConstraints(values: List<Output<RulePlacementConstraintArgs>>)
@JvmName(name = "nvubyngwormublfs")
suspend fun placementConstraints(vararg values: RulePlacementConstraintArgs)

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).


@JvmName(name = "jglmqkaqhfddmtjt")
suspend fun placementConstraints(argument: List<suspend RulePlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "hfggrqkcklmqklux")
suspend fun placementConstraints(vararg argument: suspend RulePlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "teaxemnwowbmrxgf")
suspend fun placementConstraints(argument: suspend RulePlacementConstraintArgsBuilder.() -> 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).