UptimeCheckConfigHttpCheckArgs

constructor(acceptedResponseStatusCodes: Output<List<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>>? = null, authInfo: Output<UptimeCheckConfigHttpCheckAuthInfoArgs>? = null, body: Output<String>? = null, contentType: Output<String>? = null, customContentType: Output<String>? = null, headers: Output<Map<String, String>>? = null, maskHeaders: Output<Boolean>? = null, path: Output<String>? = null, pingConfig: Output<UptimeCheckConfigHttpCheckPingConfigArgs>? = null, port: Output<Int>? = null, requestMethod: Output<String>? = null, serviceAgentAuthentication: Output<UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs>? = null, useSsl: Output<Boolean>? = null, validateSsl: Output<Boolean>? = null)