@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
72 lines • 3.95 kB
JavaScript
;
// *** 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.RoutingPolicy = exports.getRoutingPolicyOutput = exports.getRoutingPolicy = exports.getGatewayOutput = exports.getGateway = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.getConnectionOutput = exports.getConnection = exports.Gateway = exports.CustomerGateway = exports.Connection = void 0;
const pulumi = __importStar(require("@pulumi/pulumi"));
const utilities = __importStar(require("../utilities"));
exports.Connection = null;
utilities.lazyLoad(exports, ["Connection"], () => require("./connection"));
exports.CustomerGateway = null;
utilities.lazyLoad(exports, ["CustomerGateway"], () => require("./customerGateway"));
exports.Gateway = null;
utilities.lazyLoad(exports, ["Gateway"], () => require("./gateway"));
exports.getConnection = null;
exports.getConnectionOutput = null;
utilities.lazyLoad(exports, ["getConnection", "getConnectionOutput"], () => require("./getConnection"));
exports.getCustomerGateway = null;
exports.getCustomerGatewayOutput = null;
utilities.lazyLoad(exports, ["getCustomerGateway", "getCustomerGatewayOutput"], () => require("./getCustomerGateway"));
exports.getGateway = null;
exports.getGatewayOutput = null;
utilities.lazyLoad(exports, ["getGateway", "getGatewayOutput"], () => require("./getGateway"));
exports.getRoutingPolicy = null;
exports.getRoutingPolicyOutput = null;
utilities.lazyLoad(exports, ["getRoutingPolicy", "getRoutingPolicyOutput"], () => require("./getRoutingPolicy"));
exports.RoutingPolicy = null;
utilities.lazyLoad(exports, ["RoutingPolicy"], () => require("./routingPolicy"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "scaleway:s2svpn/connection:Connection":
return new exports.Connection(name, undefined, { urn });
case "scaleway:s2svpn/customerGateway:CustomerGateway":
return new exports.CustomerGateway(name, undefined, { urn });
case "scaleway:s2svpn/gateway:Gateway":
return new exports.Gateway(name, undefined, { urn });
case "scaleway:s2svpn/routingPolicy:RoutingPolicy":
return new exports.RoutingPolicy(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("scaleway", "s2svpn/connection", _module);
pulumi.runtime.registerResourceModule("scaleway", "s2svpn/customerGateway", _module);
pulumi.runtime.registerResourceModule("scaleway", "s2svpn/gateway", _module);
pulumi.runtime.registerResourceModule("scaleway", "s2svpn/routingPolicy", _module);
//# sourceMappingURL=index.js.map