Target Group Target Failover Args
data class TargetGroupTargetFailoverArgs(val onDeregistration: Output<String>, val onUnhealthy: Output<String>) : ConvertibleToJava<TargetGroupTargetFailoverArgs>
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
.