maxConnectionsPerInstance

@JvmName(name = "nymynhcvvrygxdnx")
suspend fun maxConnectionsPerInstance(value: Output<Int>)
@JvmName(name = "hkpdwuhvajnagsxf")
suspend fun maxConnectionsPerInstance(value: Int?)

Parameters

value

The max number of simultaneous connections that a single backend instance can handle. This is used to calculate the capacity of the group. Can be used in either CONNECTION or UTILIZATION balancing modes. For CONNECTION mode, either maxConnections or maxConnectionsPerInstance must be set.