LoadBalancerMonitorArgs

constructor(accountId: Output<String>? = null, allowInsecure: Output<Boolean>? = null, consecutiveDown: Output<Int>? = null, consecutiveUp: Output<Int>? = null, description: Output<String>? = null, expectedBody: Output<String>? = null, expectedCodes: Output<String>? = null, followRedirects: Output<Boolean>? = null, header: Output<Map<String, List<String>>>? = null, interval: Output<Int>? = null, method: Output<String>? = null, path: Output<String>? = null, port: Output<Int>? = null, probeZone: Output<String>? = null, retries: Output<Int>? = null, timeout: Output<Int>? = null, type: Output<String>? = null)