UNPKG

@pulumi/fastly

Version:

A Pulumi package for creating and managing fastly cloud resources.. Based on terraform-provider-fastly: version v4

24 lines 1.15 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getNgwafWorkspacesOutput = exports.getNgwafWorkspaces = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * Use this data source to get a list of [Fastly Next-Gen WAF Workspaces][1]. */ function getNgwafWorkspaces(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fastly:index/getNgwafWorkspaces:getNgwafWorkspaces", {}, opts); } exports.getNgwafWorkspaces = getNgwafWorkspaces; /** * Use this data source to get a list of [Fastly Next-Gen WAF Workspaces][1]. */ function getNgwafWorkspacesOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("fastly:index/getNgwafWorkspaces:getNgwafWorkspaces", {}, opts); } exports.getNgwafWorkspacesOutput = getNgwafWorkspacesOutput; //# sourceMappingURL=getNgwafWorkspaces.js.map