UNPKG

@pulumi/f5bigip

Version:

A Pulumi package for creating and managing F5 BigIP resources.

71 lines 3.95 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! *** var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; 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 = __importStar(require("@pulumi/pulumi")); const utilities = __importStar(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