UNPKG

@huaweicloudos/pulumi

Version:

A Pulumi package for creating and managing Huaweicloud cloud resources.

48 lines 2.27 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! *** 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 __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); // Export members: __exportStar(require("./approval"), exports); __exportStar(require("./endpoint"), exports); __exportStar(require("./getPublicServices"), exports); __exportStar(require("./service"), exports); // Import resources to register: const approval_1 = require("./approval"); const endpoint_1 = require("./endpoint"); const service_1 = require("./service"); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "huaweicloud:Vpcep/approval:Approval": return new approval_1.Approval(name, undefined, { urn }); case "huaweicloud:Vpcep/endpoint:Endpoint": return new endpoint_1.Endpoint(name, undefined, { urn }); case "huaweicloud:Vpcep/service:Service": return new service_1.Service(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("huaweicloud", "Vpcep/approval", _module); pulumi.runtime.registerResourceModule("huaweicloud", "Vpcep/endpoint", _module); pulumi.runtime.registerResourceModule("huaweicloud", "Vpcep/service", _module); //# sourceMappingURL=index.js.map