@pulumiverse/grafana
Version:
A Pulumi package for creating and managing grafana.
19 lines (18 loc) • 1.2 kB
TypeScript
export { CheckArgs, CheckState } from "./check";
export type Check = import("./check").Check;
export declare const Check: typeof import("./check").Check;
export { CheckAlertsArgs, CheckAlertsState } from "./checkAlerts";
export type CheckAlerts = import("./checkAlerts").CheckAlerts;
export declare const CheckAlerts: typeof import("./checkAlerts").CheckAlerts;
export { GetProbeArgs, GetProbeResult, GetProbeOutputArgs } from "./getProbe";
export declare const getProbe: typeof import("./getProbe").getProbe;
export declare const getProbeOutput: typeof import("./getProbe").getProbeOutput;
export { GetProbesArgs, GetProbesResult, GetProbesOutputArgs } from "./getProbes";
export declare const getProbes: typeof import("./getProbes").getProbes;
export declare const getProbesOutput: typeof import("./getProbes").getProbesOutput;
export { InstallationArgs, InstallationState } from "./installation";
export type Installation = import("./installation").Installation;
export declare const Installation: typeof import("./installation").Installation;
export { ProbeArgs, ProbeState } from "./probe";
export type Probe = import("./probe").Probe;
export declare const Probe: typeof import("./probe").Probe;