import * as pulumi from "@pulumi/pulumi"; export declare function getLoadBalancerMonitor(args: GetLoadBalancerMonitorArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getLoadBalancerMonitor. */ export interface GetLoadBalancerMonitorArgs { accountId: string; monitorId: string; } /** * A collection of values returned by getLoadBalancerMonitor. */ export interface GetLoadBalancerMonitorResult { readonly accountId: string; readonly allowInsecure: boolean; readonly consecutiveDown: number; readonly consecutiveUp: number; readonly createdOn: string; readonly description: string; readonly expectedBody: string; readonly expectedCodes: string; readonly followRedirects: boolean; readonly header: { [key: string]: string[]; }; readonly id: string; readonly interval: number; readonly method: string; readonly modifiedOn: string; readonly monitorId: string; readonly path: string; readonly port: number; readonly probeZone: string; readonly retries: number; readonly timeout: number; readonly type: string; } export declare function getLoadBalancerMonitorOutput(args: GetLoadBalancerMonitorOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getLoadBalancerMonitor. */ export interface GetLoadBalancerMonitorOutputArgs { accountId: pulumi.Input; monitorId: pulumi.Input; } //# sourceMappingURL=getLoadBalancerMonitor.d.ts.map