Target Group Config Health Check Args
data class TargetGroupConfigHealthCheckArgs(val enabled: Output<Boolean>? = null, val healthCheckIntervalSeconds: Output<Int>? = null, val healthCheckTimeoutSeconds: Output<Int>? = null, val healthyThresholdCount: Output<Int>? = null, val matcher: Output<TargetGroupConfigHealthCheckMatcherArgs>? = null, val path: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val protocolVersion: Output<String>? = null, val unhealthyThresholdCount: Output<Int>? = null) : ConvertibleToJava<TargetGroupConfigHealthCheckArgs>
Constructors
Link copied to clipboard
fun TargetGroupConfigHealthCheckArgs(enabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckTimeoutSeconds: Output<Int>? = null, healthyThresholdCount: Output<Int>? = null, matcher: Output<TargetGroupConfigHealthCheckMatcherArgs>? = null, path: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, protocolVersion: Output<String>? = null, unhealthyThresholdCount: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
The destination for health checks on the targets. If the protocol version is HTTP/1.1 or HTTP/2, specify a valid URI (for example, /path?query). The default path is /
. Health checks are not supported if the protocol version is gRPC, however, you can choose HTTP/1.1 or HTTP/2 and specify a valid URI.