AbstractAbstractnameA unique name for the health check
OptionalcacheThe cache duration for the check result in seconds
Specify the duration for which the check should be cached for
The cache duration as a string (e.g., '5s', '1m') or number in seconds
AbstractrunThe method to execute to perform the check
BaseCheck with shared affordances to define a custom health check
Example