toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-apprunner
/
org.http4k.connect.amazon.apprunner.action
/
HealthCheckConfiguration
Health
Check
Configuration
@
JsonSerializable
data
class
HealthCheckConfiguration
(
val
HealthyThreshold
:
Int
?
,
val
Interval
:
Int
?
,
val
Path
:
String
?
,
val
Protocol
:
String
?
,
val
Timeout
:
Int
?
,
val
UnhealthyThreshold
:
Int
?
)
Members
Constructors
Health
Check
Configuration
Link copied to clipboard
constructor
(
HealthyThreshold
:
Int
?
,
Interval
:
Int
?
,
Path
:
String
?
,
Protocol
:
String
?
,
Timeout
:
Int
?
,
UnhealthyThreshold
:
Int
?
)
Properties
Healthy
Threshold
Link copied to clipboard
val
HealthyThreshold
:
Int
?
Interval
Link copied to clipboard
val
Interval
:
Int
?
Path
Link copied to clipboard
val
Path
:
String
?
Protocol
Link copied to clipboard
val
Protocol
:
String
?
Timeout
Link copied to clipboard
val
Timeout
:
Int
?
Unhealthy
Threshold
Link copied to clipboard
val
UnhealthyThreshold
:
Int
?