import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getMagicNetworkMonitoringConfiguration(args: GetMagicNetworkMonitoringConfigurationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getMagicNetworkMonitoringConfiguration. */ export interface GetMagicNetworkMonitoringConfigurationArgs { accountId: string; } /** * A collection of values returned by getMagicNetworkMonitoringConfiguration. */ export interface GetMagicNetworkMonitoringConfigurationResult { readonly accountId: string; readonly defaultSampling: number; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly name: string; readonly routerIps: string[]; readonly warpDevices: outputs.GetMagicNetworkMonitoringConfigurationWarpDevice[]; } export declare function getMagicNetworkMonitoringConfigurationOutput(args: GetMagicNetworkMonitoringConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getMagicNetworkMonitoringConfiguration. */ export interface GetMagicNetworkMonitoringConfigurationOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getMagicNetworkMonitoringConfiguration.d.ts.map