HealthCheckArgs

fun HealthCheckArgs(checkInterval: Output<String>? = null, disableHealthCheck: Output<Boolean>? = null, healthyThreshold: Output<Int>? = null, host: Output<String>? = null, restartThreshold: Output<Int>? = null, timeout: Output<String>? = null, unhealthyThreshold: Output<Int>? = null)