@pulumiverse/grafana
Version:
A Pulumi package for creating and managing grafana.
10 lines (9 loc) • 921 B
TypeScript
export { AlertEnrichmentArgs, AlertEnrichmentState } from "./alertEnrichment";
export type AlertEnrichment = import("./alertEnrichment").AlertEnrichment;
export declare const AlertEnrichment: typeof import("./alertEnrichment").AlertEnrichment;
export { NotificationsInhibitionRuleArgs, NotificationsInhibitionRuleState } from "./notificationsInhibitionRule";
export type NotificationsInhibitionRule = import("./notificationsInhibitionRule").NotificationsInhibitionRule;
export declare const NotificationsInhibitionRule: typeof import("./notificationsInhibitionRule").NotificationsInhibitionRule;
export { NotificationsRoutingTreeArgs, NotificationsRoutingTreeState } from "./notificationsRoutingTree";
export type NotificationsRoutingTree = import("./notificationsRoutingTree").NotificationsRoutingTree;
export declare const NotificationsRoutingTree: typeof import("./notificationsRoutingTree").NotificationsRoutingTree;