TargetGroupTargetFailoverArgs

data class TargetGroupTargetFailoverArgs(val onDeregistration: Output<String>, val onUnhealthy: Output<String>) : ConvertibleToJava<TargetGroupTargetFailoverArgs>

Constructors

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

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
val onUnhealthy: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): TargetGroupTargetFailoverArgs