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