disableConnectionDrainOnFailover

@JvmName(name = "omxgvcsyojtnqifr")
suspend fun disableConnectionDrainOnFailover(value: Output<Boolean>)
@JvmName(name = "wkidavlphrvukyrn")
suspend fun disableConnectionDrainOnFailover(value: Boolean?)

Parameters

value

On failover or failback, this field indicates whether connection drain will be honored. Setting this to true has the following effect: connections to the old active pool are not drained. Connections to the new active pool use the timeout of 10 min (currently fixed). Setting to false has the following effect: both old and new connections will have a drain timeout of 10 min. This can be set to true only if the protocol is TCP. The default is false.