placementConstraints

@JvmName(name = "biuslvpplyadjsau")
suspend fun placementConstraints(value: Output<List<ServicePlacementConstraintArgs>>)
@JvmName(name = "vcytcffjospsjuaw")
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 = "iecvybwtrnissiac")
suspend fun placementConstraints(vararg values: Output<ServicePlacementConstraintArgs>)


@JvmName(name = "oixhdcgphxbuflsr")
suspend fun placementConstraints(values: List<Output<ServicePlacementConstraintArgs>>)
@JvmName(name = "lnmpwthhkbcjbypv")
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 = "uflugkjonellsssn")
suspend fun placementConstraints(argument: List<suspend ServicePlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "ehgdooipyyvvyomg")
suspend fun placementConstraints(vararg argument: suspend ServicePlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "afiquoajwoqnfqhw")
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.