UNPKG

@lbrlabs/pulumi-scaleway

Version:

A Pulumi package for creating and managing scaleway cloud resources.

21 lines 934 B
"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.getFunctionOutput = exports.getFunction = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getFunction(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("scaleway:index/getFunction:getFunction", { "functionId": args.functionId, "name": args.name, "namespaceId": args.namespaceId, }, opts); } exports.getFunction = getFunction; function getFunctionOutput(args, opts) { return pulumi.output(args).apply((a) => getFunction(a, opts)); } exports.getFunctionOutput = getFunctionOutput; //# sourceMappingURL=getFunction.js.map