MonitorConfigArgs

constructor(customHeaders: Output<List<MonitorConfigCustomHeadersArgs>>? = null, expectedStatusCodeRanges: Output<List<MonitorConfigExpectedStatusCodeRangesArgs>>? = null, intervalInSeconds: Output<Double>? = null, path: Output<String>? = null, port: Output<Double>? = null, profileMonitorStatus: Output<Either<String, ProfileMonitorStatus>>? = null, protocol: Output<Either<String, MonitorProtocol>>? = null, timeoutInSeconds: Output<Double>? = null, toleratedNumberOfFailures: Output<Double>? = null)