UNPKG

@pulumiverse/grafana

Version:

A Pulumi package for creating and managing grafana.

25 lines 1.38 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.MetricsEndpointScrapeJob = exports.getMetricsEndpointScrapeJobOutput = exports.getMetricsEndpointScrapeJob = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getMetricsEndpointScrapeJob = null; exports.getMetricsEndpointScrapeJobOutput = null; utilities.lazyLoad(exports, ["getMetricsEndpointScrapeJob", "getMetricsEndpointScrapeJobOutput"], () => require("./getMetricsEndpointScrapeJob")); exports.MetricsEndpointScrapeJob = null; utilities.lazyLoad(exports, ["MetricsEndpointScrapeJob"], () => require("./metricsEndpointScrapeJob")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "grafana:connections/metricsEndpointScrapeJob:MetricsEndpointScrapeJob": return new exports.MetricsEndpointScrapeJob(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("grafana", "connections/metricsEndpointScrapeJob", _module); //# sourceMappingURL=index.js.map