TargetGroupTargetHealthState

data class TargetGroupTargetHealthState(val enableUnhealthyConnectionTermination: Boolean, val unhealthyDrainingInterval: Int? = null)

Constructors

Link copied to clipboard
constructor(enableUnhealthyConnectionTermination: Boolean, unhealthyDrainingInterval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the load balancer terminates connections to unhealthy targets. Possible values are true or false. Default: true.

Link copied to clipboard

Indicates the time to wait for in-flight requests to complete when a target becomes unhealthy. The range is 0-360000. This value has to be set only if enable_unhealthy_connection_termination is set to false. Default: 0.