placementConstraints

@JvmName(name = "ljqipcpnwqvnquxk")
suspend fun placementConstraints(value: Output<List<ServicePlacementConstraintArgs>>)
@JvmName(name = "khdxdwvawbweinqb")
suspend fun placementConstraints(value: List<ServicePlacementConstraintArgs>?)

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 = "wjmctadfjthgtxen")
suspend fun placementConstraints(vararg values: Output<ServicePlacementConstraintArgs>)


@JvmName(name = "uhjxoicfvregbega")
suspend fun placementConstraints(values: List<Output<ServicePlacementConstraintArgs>>)
@JvmName(name = "nxddostkgsyavxef")
suspend fun placementConstraints(vararg values: ServicePlacementConstraintArgs)

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 = "ytrblqagnnpcptjc")
suspend fun placementConstraints(argument: List<suspend ServicePlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "qfivorbartarutin")
suspend fun placementConstraints(vararg argument: suspend ServicePlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "oipbwlqqeesnbgpn")
suspend fun placementConstraints(argument: suspend ServicePlacementConstraintArgsBuilder.() -> 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.