Connection Monitor Http Configuration Args
constructor(method: Output<Either<String, HTTPConfigurationMethod>>? = null, path: Output<String>? = null, port: Output<Int>? = null, preferHTTPS: Output<Boolean>? = null, requestHeaders: Output<List<HTTPHeaderArgs>>? = null, validStatusCodeRanges: Output<List<String>>? = null)