Health Check Args
constructor(checkIntervalSec: Output<Int>? = null, description: Output<String>? = null, grpcHealthCheck: Output<GRPCHealthCheckArgs>? = null, healthyThreshold: Output<Int>? = null, http2HealthCheck: Output<HTTP2HealthCheckArgs>? = null, httpHealthCheck: Output<HTTPHealthCheckArgs>? = null, httpsHealthCheck: Output<HTTPSHealthCheckArgs>? = null, kind: Output<String>? = null, logConfig: Output<HealthCheckLogConfigArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, sslHealthCheck: Output<SSLHealthCheckArgs>? = null, tcpHealthCheck: Output<TCPHealthCheckArgs>? = null, timeoutSec: Output<Int>? = null, type: Output<HealthCheckType>? = null, unhealthyThreshold: Output<Int>? = null)