UNPKG

@pulumi/f5bigip

Version:

A Pulumi package for creating and managing F5 BigIP resources.

48 lines 2.91 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.Key = exports.getWafSignaturesOutput = exports.getWafSignatures = exports.getWafPolicyOutput = exports.getWafPolicy = exports.getWafPbSuggestionsOutput = exports.getWafPbSuggestions = exports.getWafEntityUrlOutput = exports.getWafEntityUrl = exports.getWafEntityParameterOutput = exports.getWafEntityParameter = exports.getVWanConfigOutput = exports.getVWanConfig = exports.getCertificateOutput = exports.getCertificate = exports.Certificate = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Certificate = null; utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate")); exports.getCertificate = null; exports.getCertificateOutput = null; utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate")); exports.getVWanConfig = null; exports.getVWanConfigOutput = null; utilities.lazyLoad(exports, ["getVWanConfig", "getVWanConfigOutput"], () => require("./getVWanConfig")); exports.getWafEntityParameter = null; exports.getWafEntityParameterOutput = null; utilities.lazyLoad(exports, ["getWafEntityParameter", "getWafEntityParameterOutput"], () => require("./getWafEntityParameter")); exports.getWafEntityUrl = null; exports.getWafEntityUrlOutput = null; utilities.lazyLoad(exports, ["getWafEntityUrl", "getWafEntityUrlOutput"], () => require("./getWafEntityUrl")); exports.getWafPbSuggestions = null; exports.getWafPbSuggestionsOutput = null; utilities.lazyLoad(exports, ["getWafPbSuggestions", "getWafPbSuggestionsOutput"], () => require("./getWafPbSuggestions")); exports.getWafPolicy = null; exports.getWafPolicyOutput = null; utilities.lazyLoad(exports, ["getWafPolicy", "getWafPolicyOutput"], () => require("./getWafPolicy")); exports.getWafSignatures = null; exports.getWafSignaturesOutput = null; utilities.lazyLoad(exports, ["getWafSignatures", "getWafSignaturesOutput"], () => require("./getWafSignatures")); exports.Key = null; utilities.lazyLoad(exports, ["Key"], () => require("./key")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "f5bigip:ssl/certificate:Certificate": return new exports.Certificate(name, undefined, { urn }); case "f5bigip:ssl/key:Key": return new exports.Key(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("f5bigip", "ssl/certificate", _module); pulumi.runtime.registerResourceModule("f5bigip", "ssl/key", _module); //# sourceMappingURL=index.js.map