clientAffinity

@JvmName(name = "swspbmqikxtwrvif")
suspend fun clientAffinity(value: Output<String>)
@JvmName(name = "aekvwqptihkecdao")
suspend fun clientAffinity(value: String?)

Parameters

value

The clientAffinity of the listener. Default value is NONE. Valid values: NONE: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node. SOURCE_IP: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.