@lubyou/pulumi-fortios
Version:
A Pulumi package for creating and managing fortios cloud resources.
21 lines • 1.01 kB
JavaScript
;
// *** 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.getJSONGenericAPIOutput = exports.getJSONGenericAPI = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getJSONGenericAPI(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("fortios:index/getJSONGenericAPI:GetJSONGenericAPI", {
"path": args.path,
"specialparams": args.specialparams,
"vdomparam": args.vdomparam,
}, opts);
}
exports.getJSONGenericAPI = getJSONGenericAPI;
function getJSONGenericAPIOutput(args, opts) {
return pulumi.output(args).apply((a) => getJSONGenericAPI(a, opts));
}
exports.getJSONGenericAPIOutput = getJSONGenericAPIOutput;
//# sourceMappingURL=getJSONGenericAPI.js.map