UNPKG

@pulumiverse/fortios

Version:

A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0

27 lines 1.27 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.getInternetservicecustomlistOutput = exports.getInternetservicecustomlist = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Provides a list of `fortios.firewall.Internetservicecustom`. */ function getInternetservicecustomlist(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fortios:firewall/getInternetservicecustomlist:getInternetservicecustomlist", { "filter": args.filter, "vdomparam": args.vdomparam, }, opts); } exports.getInternetservicecustomlist = getInternetservicecustomlist; /** * Provides a list of `fortios.firewall.Internetservicecustom`. */ function getInternetservicecustomlistOutput(args, opts) { return pulumi.output(args).apply((a) => getInternetservicecustomlist(a, opts)); } exports.getInternetservicecustomlistOutput = getInternetservicecustomlistOutput; //# sourceMappingURL=getInternetservicecustomlist.js.map