trackingMode

@JvmName(name = "pvgwydwssguesdlq")
suspend fun trackingMode(value: Output<String>)
@JvmName(name = "gtaxdbawjquatqnj")
suspend fun trackingMode(value: String?)

Parameters

value

Specifies the key used for connection tracking. There are two options: PER_CONNECTION: The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific protocol. PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It matches the configured Session Affinity. Default value is PER_CONNECTION. Possible values are: PER_CONNECTION, PER_SESSION.