Server Group Health Check Config Args
constructor(healthCheckCodes: Output<List<String>>? = null, healthCheckConnectPort: Output<Int>? = null, healthCheckEnabled: Output<Boolean>, healthCheckHost: Output<String>? = null, healthCheckHttpVersion: Output<String>? = null, healthCheckInterval: Output<Int>? = null, healthCheckMethod: Output<String>? = null, healthCheckPath: Output<String>? = null, healthCheckProtocol: Output<String>? = null, healthCheckTimeout: Output<Int>? = null, healthyThreshold: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)