Target Group Health Check Args
data class TargetGroupHealthCheckArgs(val enabled: Output<Boolean>? = null, val healthyThreshold: Output<Int>? = null, val interval: Output<Int>? = null, val matcher: Output<String>? = null, val path: Output<String>? = null, val port: Output<String>? = null, val protocol: Output<String>? = null, val timeout: Output<Int>? = null, val unhealthyThreshold: Output<Int>? = null) : ConvertibleToJava<TargetGroupHealthCheckArgs>
Constructors
Link copied to clipboard
fun TargetGroupHealthCheckArgs(enabled: Output<Boolean>? = null, healthyThreshold: Output<Int>? = null, interval: Output<Int>? = null, matcher: Output<String>? = null, path: Output<String>? = null, port: Output<String>? = null, protocol: Output<String>? = null, timeout: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.