HttpCheckArgs

fun HttpCheckArgs(acceptedResponseStatusCodes: Output<List<ResponseStatusCodeArgs>>? = null, authInfo: Output<BasicAuthenticationArgs>? = null, body: Output<String>? = null, contentType: Output<HttpCheckContentType>? = null, customContentType: Output<String>? = null, headers: Output<Map<String, String>>? = null, maskHeaders: Output<Boolean>? = null, path: Output<String>? = null, pingConfig: Output<PingConfigArgs>? = null, port: Output<Int>? = null, requestMethod: Output<HttpCheckRequestMethod>? = null, useSsl: Output<Boolean>? = null, validateSsl: Output<Boolean>? = null)