UNPKG

@pulumi/opsgenie

Version:

A Pulumi package for creating and managing opsgenie cloud resources.

39 lines 1.19 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! *** Object.defineProperty(exports, "__esModule", { value: true }); const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); const __config = new pulumi.Config("opsgenie"); Object.defineProperty(exports, "apiKey", { get() { return __config.get("apiKey"); }, enumerable: true, }); Object.defineProperty(exports, "apiRetryCount", { get() { return __config.getObject("apiRetryCount"); }, enumerable: true, }); Object.defineProperty(exports, "apiRetryWaitMax", { get() { return __config.getObject("apiRetryWaitMax"); }, enumerable: true, }); Object.defineProperty(exports, "apiRetryWaitMin", { get() { return __config.getObject("apiRetryWaitMin"); }, enumerable: true, }); Object.defineProperty(exports, "apiUrl", { get() { var _a; return (_a = __config.get("apiUrl")) !== null && _a !== void 0 ? _a : utilities.getEnv("OPSGENIE_API_URL"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map