UNPKG

@pulumi/fastly

Version:

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

22 lines 1.09 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.getNgwafThresholdsOutput = exports.getNgwafThresholds = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getNgwafThresholds(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fastly:index/getNgwafThresholds:getNgwafThresholds", { "workspaceId": args.workspaceId, }, opts); } exports.getNgwafThresholds = getNgwafThresholds; function getNgwafThresholdsOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("fastly:index/getNgwafThresholds:getNgwafThresholds", { "workspaceId": args.workspaceId, }, opts); } exports.getNgwafThresholdsOutput = getNgwafThresholdsOutput; //# sourceMappingURL=getNgwafThresholds.js.map