UNPKG

@pulumi/digitalocean

Version:

A Pulumi package for creating and managing DigitalOcean cloud resources.

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