TargetGroupTargetFailover

data class TargetGroupTargetFailover(val onDeregistration: String, val onUnhealthy: String)

Constructors

Link copied to clipboard
constructor(onDeregistration: String, onUnhealthy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are rebalance and no_rebalance. Must match the attribute value set for on_unhealthy. Default: no_rebalance.

Link copied to clipboard

Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are rebalance and no_rebalance. Must match the attribute value set for on_deregistration. Default: no_rebalance.