placement Constraints
Parameters
value
Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless force_new_deployment
is enabled. Maximum number of placement_constraints
is 10
. See below.
Parameters
values
Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless force_new_deployment
is enabled. Maximum number of placement_constraints
is 10
. See below.
suspend fun placementConstraints(argument: List<suspend ServicePlacementConstraintArgsBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend ServicePlacementConstraintArgsBuilder.() -> Unit)
suspend fun placementConstraints(argument: suspend ServicePlacementConstraintArgsBuilder.() -> Unit)
Parameters
argument
Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless force_new_deployment
is enabled. Maximum number of placement_constraints
is 10
. See below.