@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
43 lines • 3.24 kB
TypeScript
export { AlertManagerArgs, AlertManagerState } from "./alertManager";
export type AlertManager = import("./alertManager").AlertManager;
export declare const AlertManager: typeof import("./alertManager").AlertManager;
export { CockpitArgs, CockpitState } from "./cockpit";
export type Cockpit = import("./cockpit").Cockpit;
export declare const Cockpit: typeof import("./cockpit").Cockpit;
export { ExporterArgs, ExporterState } from "./exporter";
export type Exporter = import("./exporter").Exporter;
export declare const Exporter: typeof import("./exporter").Exporter;
export { GetConfigArgs, GetConfigResult, GetConfigOutputArgs } from "./getConfig";
export declare const getConfig: typeof import("./getConfig").getConfig;
export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput;
export { GetExporterArgs, GetExporterResult, GetExporterOutputArgs } from "./getExporter";
export declare const getExporter: typeof import("./getExporter").getExporter;
export declare const getExporterOutput: typeof import("./getExporter").getExporterOutput;
export { GetGrafanaArgs, GetGrafanaResult, GetGrafanaOutputArgs } from "./getGrafana";
export declare const getGrafana: typeof import("./getGrafana").getGrafana;
export declare const getGrafanaOutput: typeof import("./getGrafana").getGrafanaOutput;
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
export declare const getInstance: typeof import("./getInstance").getInstance;
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
export { GetPreconfiguredAlertArgs, GetPreconfiguredAlertResult, GetPreconfiguredAlertOutputArgs } from "./getPreconfiguredAlert";
export declare const getPreconfiguredAlert: typeof import("./getPreconfiguredAlert").getPreconfiguredAlert;
export declare const getPreconfiguredAlertOutput: typeof import("./getPreconfiguredAlert").getPreconfiguredAlertOutput;
export { GetProductsArgs, GetProductsResult, GetProductsOutputArgs } from "./getProducts";
export declare const getProducts: typeof import("./getProducts").getProducts;
export declare const getProductsOutput: typeof import("./getProducts").getProductsOutput;
export { GetSourceArgs, GetSourceResult, GetSourceOutputArgs } from "./getSource";
export declare const getSource: typeof import("./getSource").getSource;
export declare const getSourceOutput: typeof import("./getSource").getSourceOutput;
export { GetSourcesArgs, GetSourcesResult, GetSourcesOutputArgs } from "./getSources";
export declare const getSources: typeof import("./getSources").getSources;
export declare const getSourcesOutput: typeof import("./getSources").getSourcesOutput;
export { GrafanaUserArgs, GrafanaUserState } from "./grafanaUser";
export type GrafanaUser = import("./grafanaUser").GrafanaUser;
export declare const GrafanaUser: typeof import("./grafanaUser").GrafanaUser;
export { SourceArgs, SourceState } from "./source";
export type Source = import("./source").Source;
export declare const Source: typeof import("./source").Source;
export { TokenArgs, TokenState } from "./token";
export type Token = import("./token").Token;
export declare const Token: typeof import("./token").Token;
//# sourceMappingURL=index.d.ts.map