TargetGroupTargetGroupHealthDnsFailover

data class TargetGroupTargetGroupHealthDnsFailover(val minimumHealthyTargetsCount: String? = null, val minimumHealthyTargetsPercentage: String? = null)

Constructors

Link copied to clipboard
constructor(minimumHealthyTargetsCount: String? = null, minimumHealthyTargetsPercentage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off.

Link copied to clipboard

The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off.