placementConstraints

@JvmName(name = "lbcjvgewxbltucea")
suspend fun placementConstraints(value: Output<List<ServicePlacementConstraintArgs>>)
@JvmName(name = "pvjpsxwefwaolbsr")
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. To remove this property from your service resource, specify an empty `PlacementConstraint` array.


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


@JvmName(name = "atymoclyehojuipd")
suspend fun placementConstraints(values: List<Output<ServicePlacementConstraintArgs>>)
@JvmName(name = "tyjvkgskhbiuaqwk")
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. To remove this property from your service resource, specify an empty `PlacementConstraint` array.


@JvmName(name = "vomnayxnatrnqnxp")
suspend fun placementConstraints(argument: List<suspend ServicePlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "clscxsaccapsdgql")
suspend fun placementConstraints(vararg argument: suspend ServicePlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "pumnlomrsjxoxcmh")
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. To remove this property from your service resource, specify an empty `PlacementConstraint` array.