placementConstraints

@JvmName(name = "upuvarnbdabsaaqv")
suspend fun placementConstraints(value: Output<List<PlacementConstraintArgs>>)
@JvmName(name = "fcprhwhwxaiqqfue")
suspend fun placementConstraints(value: List<PlacementConstraintArgs>?)

Parameters

value

An array of placement constraint objects to use for tasks in your service. You can specify a maximum of 10 constraints for each task. This limit includes constraints in the task definition and those specified at runtime.


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


@JvmName(name = "uyjrfyvfqrqhtqdi")
suspend fun placementConstraints(values: List<Output<PlacementConstraintArgs>>)
@JvmName(name = "chlogfwecvcswfuy")
suspend fun placementConstraints(vararg values: PlacementConstraintArgs)

Parameters

values

An array of placement constraint objects to use for tasks in your service. You can specify a maximum of 10 constraints for each task. This limit includes constraints in the task definition and those specified at runtime.


@JvmName(name = "wlbhyotllpmrrvpy")
suspend fun placementConstraints(argument: List<suspend PlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "ysyeifvaxcgiufds")
suspend fun placementConstraints(vararg argument: suspend PlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "ssbyrrxwxvljrlcv")
suspend fun placementConstraints(argument: suspend PlacementConstraintArgsBuilder.() -> Unit)

Parameters

argument

An array of placement constraint objects to use for tasks in your service. You can specify a maximum of 10 constraints for each task. This limit includes constraints in the task definition and those specified at runtime.