TargetGroupTargetGroupHealthUnhealthyStateRoutingArgs

data class TargetGroupTargetGroupHealthUnhealthyStateRoutingArgs(val minimumHealthyTargetsCount: Output<Int>? = null, val minimumHealthyTargetsPercentage: Output<String>? = null) : ConvertibleToJava<TargetGroupTargetGroupHealthUnhealthyStateRoutingArgs>

Constructors

constructor(minimumHealthyTargetsCount: Output<Int>? = null, minimumHealthyTargetsPercentage: Output<String>? = null)

Properties

Link copied to clipboard
val minimumHealthyTargetsCount: Output<Int>? = null

The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1.

Link copied to clipboard

The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off.

Functions

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