UNPKG

@pulumi/opsgenie

Version:

A Pulumi package for creating and managing opsgenie cloud resources.

38 lines 1.14 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() { return __config.get("apiUrl") ?? utilities.getEnv("OPSGENIE_API_URL"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map