UNPKG

@pulumi/pagerduty

Version:

A Pulumi package for creating and managing pagerduty cloud resources.

22 lines 1.05 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 }); exports.getIncidentTypeOutput = exports.getIncidentType = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getIncidentType(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("pagerduty:index/getIncidentType:getIncidentType", { "displayName": args.displayName, }, opts); } exports.getIncidentType = getIncidentType; function getIncidentTypeOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("pagerduty:index/getIncidentType:getIncidentType", { "displayName": args.displayName, }, opts); } exports.getIncidentTypeOutput = getIncidentTypeOutput; //# sourceMappingURL=getIncidentType.js.map