ServerGroupHealthCheckConfigArgs

constructor(healthCheckConnectPort: Output<Int>? = null, healthCheckConnectTimeout: Output<Int>? = null, healthCheckDomain: Output<String>? = null, healthCheckEnabled: Output<Boolean>? = null, healthCheckHttpCodes: Output<List<String>>? = null, healthCheckInterval: Output<Int>? = null, healthCheckPath: Output<String>? = null, healthCheckProtocol: Output<String>? = null, healthyThreshold: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)