UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

94 lines 5.36 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Token = exports.Source = exports.GrafanaUser = exports.getSourcesOutput = exports.getSources = exports.getSourceOutput = exports.getSource = exports.getProductsOutput = exports.getProducts = exports.getPreconfiguredAlertOutput = exports.getPreconfiguredAlert = exports.getInstanceOutput = exports.getInstance = exports.getGrafanaOutput = exports.getGrafana = exports.getExporterOutput = exports.getExporter = exports.getConfigOutput = exports.getConfig = exports.Exporter = exports.Cockpit = exports.AlertManager = void 0; const pulumi = __importStar(require("@pulumi/pulumi")); const utilities = __importStar(require("../utilities")); exports.AlertManager = null; utilities.lazyLoad(exports, ["AlertManager"], () => require("./alertManager")); exports.Cockpit = null; utilities.lazyLoad(exports, ["Cockpit"], () => require("./cockpit")); exports.Exporter = null; utilities.lazyLoad(exports, ["Exporter"], () => require("./exporter")); exports.getConfig = null; exports.getConfigOutput = null; utilities.lazyLoad(exports, ["getConfig", "getConfigOutput"], () => require("./getConfig")); exports.getExporter = null; exports.getExporterOutput = null; utilities.lazyLoad(exports, ["getExporter", "getExporterOutput"], () => require("./getExporter")); exports.getGrafana = null; exports.getGrafanaOutput = null; utilities.lazyLoad(exports, ["getGrafana", "getGrafanaOutput"], () => require("./getGrafana")); exports.getInstance = null; exports.getInstanceOutput = null; utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require("./getInstance")); exports.getPreconfiguredAlert = null; exports.getPreconfiguredAlertOutput = null; utilities.lazyLoad(exports, ["getPreconfiguredAlert", "getPreconfiguredAlertOutput"], () => require("./getPreconfiguredAlert")); exports.getProducts = null; exports.getProductsOutput = null; utilities.lazyLoad(exports, ["getProducts", "getProductsOutput"], () => require("./getProducts")); exports.getSource = null; exports.getSourceOutput = null; utilities.lazyLoad(exports, ["getSource", "getSourceOutput"], () => require("./getSource")); exports.getSources = null; exports.getSourcesOutput = null; utilities.lazyLoad(exports, ["getSources", "getSourcesOutput"], () => require("./getSources")); exports.GrafanaUser = null; utilities.lazyLoad(exports, ["GrafanaUser"], () => require("./grafanaUser")); exports.Source = null; utilities.lazyLoad(exports, ["Source"], () => require("./source")); exports.Token = null; utilities.lazyLoad(exports, ["Token"], () => require("./token")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:observability/alertManager:AlertManager": return new exports.AlertManager(name, undefined, { urn }); case "scaleway:observability/cockpit:Cockpit": return new exports.Cockpit(name, undefined, { urn }); case "scaleway:observability/exporter:Exporter": return new exports.Exporter(name, undefined, { urn }); case "scaleway:observability/grafanaUser:GrafanaUser": return new exports.GrafanaUser(name, undefined, { urn }); case "scaleway:observability/source:Source": return new exports.Source(name, undefined, { urn }); case "scaleway:observability/token:Token": return new exports.Token(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "observability/alertManager", _module); pulumi.runtime.registerResourceModule("scaleway", "observability/cockpit", _module); pulumi.runtime.registerResourceModule("scaleway", "observability/exporter", _module); pulumi.runtime.registerResourceModule("scaleway", "observability/grafanaUser", _module); pulumi.runtime.registerResourceModule("scaleway", "observability/source", _module); pulumi.runtime.registerResourceModule("scaleway", "observability/token", _module); //# sourceMappingURL=index.js.map