HttpHealthCheckArgs

fun HttpHealthCheckArgs(checkIntervalSec: Output<Int>? = null, description: Output<String>? = null, healthyThreshold: Output<Int>? = null, host: Output<String>? = null, name: Output<String>? = null, port: Output<Int>? = null, project: Output<String>? = null, requestId: Output<String>? = null, requestPath: Output<String>? = null, timeoutSec: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)