placementConstraints

@JvmName(name = "oupkqvsgdmoimatj")
suspend fun placementConstraints(value: Output<String>)
@JvmName(name = "gajyipkatkjelxam")
suspend fun placementConstraints(value: String?)

Parameters

value

The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".