UNPKG

@lubyou/pulumi-fortios

Version:

A Pulumi package for creating and managing fortios cloud resources.

20 lines 1.1 kB
"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.getSystemAutoupdatePushUpdateOutput = exports.getSystemAutoupdatePushUpdate = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getSystemAutoupdatePushUpdate(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fortios:index/getSystemAutoupdatePushUpdate:GetSystemAutoupdatePushUpdate", { "vdomparam": args.vdomparam, }, opts); } exports.getSystemAutoupdatePushUpdate = getSystemAutoupdatePushUpdate; function getSystemAutoupdatePushUpdateOutput(args, opts) { return pulumi.output(args).apply((a) => getSystemAutoupdatePushUpdate(a, opts)); } exports.getSystemAutoupdatePushUpdateOutput = getSystemAutoupdatePushUpdateOutput; //# sourceMappingURL=getSystemAutoupdatePushUpdate.js.map