UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

33 lines 1.9 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.getBandwidthPackagesOutput = exports.getBandwidthPackages = exports.bandwidthPackagesOutput = exports.bandwidthPackages = exports.BandwidthPackage = exports.Attachment = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Attachment = null; utilities.lazyLoad(exports, ["Attachment"], () => require("./attachment")); exports.BandwidthPackage = null; utilities.lazyLoad(exports, ["BandwidthPackage"], () => require("./bandwidthPackage")); exports.bandwidthPackages = null; exports.bandwidthPackagesOutput = null; utilities.lazyLoad(exports, ["bandwidthPackages", "bandwidthPackagesOutput"], () => require("./bandwidthPackages")); exports.getBandwidthPackages = null; exports.getBandwidthPackagesOutput = null; utilities.lazyLoad(exports, ["getBandwidthPackages", "getBandwidthPackagesOutput"], () => require("./getBandwidthPackages")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "volcengine:bandwidth_package/attachment:Attachment": return new exports.Attachment(name, undefined, { urn }); case "volcengine:bandwidth_package/bandwidthPackage:BandwidthPackage": return new exports.BandwidthPackage(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("volcengine", "bandwidth_package/attachment", _module); pulumi.runtime.registerResourceModule("volcengine", "bandwidth_package/bandwidthPackage", _module); //# sourceMappingURL=index.js.map