placementConstraints

@JvmName(name = "redolpbnxgtghwxn")
suspend fun placementConstraints(value: Output<List<PlacementConstraintArgs>>)
@JvmName(name = "hmaklxjncsairstv")
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 = "oyfuxwvlvdoyrvgi")
suspend fun placementConstraints(vararg values: Output<PlacementConstraintArgs>)


@JvmName(name = "cifssjhklnperxrx")
suspend fun placementConstraints(values: List<Output<PlacementConstraintArgs>>)
@JvmName(name = "vpibflnvsbulpeqn")
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 = "ludvlryfdchaoeek")
suspend fun placementConstraints(argument: List<suspend PlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "bproobewwpxfkvna")
suspend fun placementConstraints(vararg argument: suspend PlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "qedvjjdlknrkippm")
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.