@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
33 lines • 1.85 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! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.SQuotaPreference = exports.SQuotaAdjusterSettings = exports.getSQuotaInfosOutput = exports.getSQuotaInfos = exports.getSQuotaInfoOutput = exports.getSQuotaInfo = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getSQuotaInfo = null;
exports.getSQuotaInfoOutput = null;
utilities.lazyLoad(exports, ["getSQuotaInfo", "getSQuotaInfoOutput"], () => require("./getSQuotaInfo"));
exports.getSQuotaInfos = null;
exports.getSQuotaInfosOutput = null;
utilities.lazyLoad(exports, ["getSQuotaInfos", "getSQuotaInfosOutput"], () => require("./getSQuotaInfos"));
exports.SQuotaAdjusterSettings = null;
utilities.lazyLoad(exports, ["SQuotaAdjusterSettings"], () => require("./squotaAdjusterSettings"));
exports.SQuotaPreference = null;
utilities.lazyLoad(exports, ["SQuotaPreference"], () => require("./squotaPreference"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "gcp:cloudquota/sQuotaAdjusterSettings:SQuotaAdjusterSettings":
return new exports.SQuotaAdjusterSettings(name, undefined, { urn });
case "gcp:cloudquota/sQuotaPreference:SQuotaPreference":
return new exports.SQuotaPreference(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("gcp", "cloudquota/sQuotaAdjusterSettings", _module);
pulumi.runtime.registerResourceModule("gcp", "cloudquota/sQuotaPreference", _module);
//# sourceMappingURL=index.js.map
;