HTTPHealthCheckArgs

fun HTTPHealthCheckArgs(host: Output<String>? = null, port: Output<Int>? = null, portName: Output<String>? = null, portSpecification: Output<HTTPHealthCheckPortSpecification>? = null, proxyHeader: Output<HTTPHealthCheckProxyHeader>? = null, requestPath: Output<String>? = null, response: Output<String>? = null, weightReportMode: Output<HTTPHealthCheckWeightReportMode>? = null)