UNPKG

@lbrlabs/pulumi-dynatrace

Version:

A Pulumi package for creating and managing Dynatrace cloud resources.

19 lines 1.03 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.getCalculatedServiceMetricOutput = exports.getCalculatedServiceMetric = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getCalculatedServiceMetric(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("dynatrace:index/getCalculatedServiceMetric:getCalculatedServiceMetric", { "name": args.name, }, opts); } exports.getCalculatedServiceMetric = getCalculatedServiceMetric; function getCalculatedServiceMetricOutput(args, opts) { return pulumi.output(args).apply((a) => getCalculatedServiceMetric(a, opts)); } exports.getCalculatedServiceMetricOutput = getCalculatedServiceMetricOutput; //# sourceMappingURL=getCalculatedServiceMetric.js.map