@lubyou/pulumi-fortios
Version:
A Pulumi package for creating and managing fortios cloud resources.
20 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.getSystemFortisandboxOutput = exports.getSystemFortisandbox = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getSystemFortisandbox(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("fortios:index/getSystemFortisandbox:GetSystemFortisandbox", {
"vdomparam": args.vdomparam,
}, opts);
}
exports.getSystemFortisandbox = getSystemFortisandbox;
function getSystemFortisandboxOutput(args, opts) {
return pulumi.output(args).apply((a) => getSystemFortisandbox(a, opts));
}
exports.getSystemFortisandboxOutput = getSystemFortisandboxOutput;
//# sourceMappingURL=getSystemFortisandbox.js.map