Target Group Config Health Check
data class TargetGroupConfigHealthCheck(val enabled: Boolean? = null, val healthCheckIntervalSeconds: Int? = null, val healthCheckTimeoutSeconds: Int? = null, val healthyThresholdCount: Int? = null, val matcher: TargetGroupConfigHealthCheckMatcher? = null, val path: String? = null, val port: Int? = null, val protocol: String? = null, val protocolVersion: String? = null, val unhealthyThresholdCount: Int? = null)
Constructors
Link copied to clipboard
fun TargetGroupConfigHealthCheck(enabled: Boolean? = null, healthCheckIntervalSeconds: Int? = null, healthCheckTimeoutSeconds: Int? = null, healthyThresholdCount: Int? = null, matcher: TargetGroupConfigHealthCheckMatcher? = null, path: String? = null, port: Int? = null, protocol: String? = null, protocolVersion: String? = null, unhealthyThresholdCount: Int? = null)
Types
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.