@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
112 lines • 7.21 kB
JavaScript
;
// *** 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.zonesOutput = exports.zones = exports.topicsOutput = exports.topics = exports.topicPartitionsOutput = exports.topicPartitions = exports.Topic = exports.saslUsersOutput = exports.saslUsers = exports.SaslUser = exports.regionsOutput = exports.regions = exports.PublicAddress = exports.instancesOutput = exports.instances = exports.Instance = exports.groupsOutput = exports.groups = exports.Group = exports.getZonesOutput = exports.getZones = exports.getTopicsOutput = exports.getTopics = exports.getTopicPartitionsOutput = exports.getTopicPartitions = exports.getSaslUsersOutput = exports.getSaslUsers = exports.getRegionsOutput = exports.getRegions = exports.getInstancesOutput = exports.getInstances = exports.getGroupsOutput = exports.getGroups = exports.getConsumedTopicsOutput = exports.getConsumedTopics = exports.getConsumedPartitionsOutput = exports.getConsumedPartitions = exports.getAllowListsOutput = exports.getAllowLists = exports.consumedTopicsOutput = exports.consumedTopics = exports.consumedPartitionsOutput = exports.consumedPartitions = exports.allowListsOutput = exports.allowLists = exports.AllowListAssociate = exports.AllowList = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.AllowList = null;
utilities.lazyLoad(exports, ["AllowList"], () => require("./allowList"));
exports.AllowListAssociate = null;
utilities.lazyLoad(exports, ["AllowListAssociate"], () => require("./allowListAssociate"));
exports.allowLists = null;
exports.allowListsOutput = null;
utilities.lazyLoad(exports, ["allowLists", "allowListsOutput"], () => require("./allowLists"));
exports.consumedPartitions = null;
exports.consumedPartitionsOutput = null;
utilities.lazyLoad(exports, ["consumedPartitions", "consumedPartitionsOutput"], () => require("./consumedPartitions"));
exports.consumedTopics = null;
exports.consumedTopicsOutput = null;
utilities.lazyLoad(exports, ["consumedTopics", "consumedTopicsOutput"], () => require("./consumedTopics"));
exports.getAllowLists = null;
exports.getAllowListsOutput = null;
utilities.lazyLoad(exports, ["getAllowLists", "getAllowListsOutput"], () => require("./getAllowLists"));
exports.getConsumedPartitions = null;
exports.getConsumedPartitionsOutput = null;
utilities.lazyLoad(exports, ["getConsumedPartitions", "getConsumedPartitionsOutput"], () => require("./getConsumedPartitions"));
exports.getConsumedTopics = null;
exports.getConsumedTopicsOutput = null;
utilities.lazyLoad(exports, ["getConsumedTopics", "getConsumedTopicsOutput"], () => require("./getConsumedTopics"));
exports.getGroups = null;
exports.getGroupsOutput = null;
utilities.lazyLoad(exports, ["getGroups", "getGroupsOutput"], () => require("./getGroups"));
exports.getInstances = null;
exports.getInstancesOutput = null;
utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
exports.getRegions = null;
exports.getRegionsOutput = null;
utilities.lazyLoad(exports, ["getRegions", "getRegionsOutput"], () => require("./getRegions"));
exports.getSaslUsers = null;
exports.getSaslUsersOutput = null;
utilities.lazyLoad(exports, ["getSaslUsers", "getSaslUsersOutput"], () => require("./getSaslUsers"));
exports.getTopicPartitions = null;
exports.getTopicPartitionsOutput = null;
utilities.lazyLoad(exports, ["getTopicPartitions", "getTopicPartitionsOutput"], () => require("./getTopicPartitions"));
exports.getTopics = null;
exports.getTopicsOutput = null;
utilities.lazyLoad(exports, ["getTopics", "getTopicsOutput"], () => require("./getTopics"));
exports.getZones = null;
exports.getZonesOutput = null;
utilities.lazyLoad(exports, ["getZones", "getZonesOutput"], () => require("./getZones"));
exports.Group = null;
utilities.lazyLoad(exports, ["Group"], () => require("./group"));
exports.groups = null;
exports.groupsOutput = null;
utilities.lazyLoad(exports, ["groups", "groupsOutput"], () => require("./groups"));
exports.Instance = null;
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
exports.instances = null;
exports.instancesOutput = null;
utilities.lazyLoad(exports, ["instances", "instancesOutput"], () => require("./instances"));
exports.PublicAddress = null;
utilities.lazyLoad(exports, ["PublicAddress"], () => require("./publicAddress"));
exports.regions = null;
exports.regionsOutput = null;
utilities.lazyLoad(exports, ["regions", "regionsOutput"], () => require("./regions"));
exports.SaslUser = null;
utilities.lazyLoad(exports, ["SaslUser"], () => require("./saslUser"));
exports.saslUsers = null;
exports.saslUsersOutput = null;
utilities.lazyLoad(exports, ["saslUsers", "saslUsersOutput"], () => require("./saslUsers"));
exports.Topic = null;
utilities.lazyLoad(exports, ["Topic"], () => require("./topic"));
exports.topicPartitions = null;
exports.topicPartitionsOutput = null;
utilities.lazyLoad(exports, ["topicPartitions", "topicPartitionsOutput"], () => require("./topicPartitions"));
exports.topics = null;
exports.topicsOutput = null;
utilities.lazyLoad(exports, ["topics", "topicsOutput"], () => require("./topics"));
exports.zones = null;
exports.zonesOutput = null;
utilities.lazyLoad(exports, ["zones", "zonesOutput"], () => require("./zones"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "volcengine:kafka/allowList:AllowList":
return new exports.AllowList(name, undefined, { urn });
case "volcengine:kafka/allowListAssociate:AllowListAssociate":
return new exports.AllowListAssociate(name, undefined, { urn });
case "volcengine:kafka/group:Group":
return new exports.Group(name, undefined, { urn });
case "volcengine:kafka/instance:Instance":
return new exports.Instance(name, undefined, { urn });
case "volcengine:kafka/publicAddress:PublicAddress":
return new exports.PublicAddress(name, undefined, { urn });
case "volcengine:kafka/saslUser:SaslUser":
return new exports.SaslUser(name, undefined, { urn });
case "volcengine:kafka/topic:Topic":
return new exports.Topic(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("volcengine", "kafka/allowList", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/allowListAssociate", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/group", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/instance", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/publicAddress", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/saslUser", _module);
pulumi.runtime.registerResourceModule("volcengine", "kafka/topic", _module);
//# sourceMappingURL=index.js.map