@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
43 lines • 2.75 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.ServiceIntegration = exports.ResourceCollection = exports.NotificationChannel = exports.getResourceCollectionOutput = exports.getResourceCollection = exports.getNotificationChannelOutput = exports.getNotificationChannel = exports.EventSourcesConfig = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.EventSourcesConfig = null;
utilities.lazyLoad(exports, ["EventSourcesConfig"], () => require("./eventSourcesConfig"));
exports.getNotificationChannel = null;
exports.getNotificationChannelOutput = null;
utilities.lazyLoad(exports, ["getNotificationChannel", "getNotificationChannelOutput"], () => require("./getNotificationChannel"));
exports.getResourceCollection = null;
exports.getResourceCollectionOutput = null;
utilities.lazyLoad(exports, ["getResourceCollection", "getResourceCollectionOutput"], () => require("./getResourceCollection"));
exports.NotificationChannel = null;
utilities.lazyLoad(exports, ["NotificationChannel"], () => require("./notificationChannel"));
exports.ResourceCollection = null;
utilities.lazyLoad(exports, ["ResourceCollection"], () => require("./resourceCollection"));
exports.ServiceIntegration = null;
utilities.lazyLoad(exports, ["ServiceIntegration"], () => require("./serviceIntegration"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws:devopsguru/eventSourcesConfig:EventSourcesConfig":
return new exports.EventSourcesConfig(name, undefined, { urn });
case "aws:devopsguru/notificationChannel:NotificationChannel":
return new exports.NotificationChannel(name, undefined, { urn });
case "aws:devopsguru/resourceCollection:ResourceCollection":
return new exports.ResourceCollection(name, undefined, { urn });
case "aws:devopsguru/serviceIntegration:ServiceIntegration":
return new exports.ServiceIntegration(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws", "devopsguru/eventSourcesConfig", _module);
pulumi.runtime.registerResourceModule("aws", "devopsguru/notificationChannel", _module);
pulumi.runtime.registerResourceModule("aws", "devopsguru/resourceCollection", _module);
pulumi.runtime.registerResourceModule("aws", "devopsguru/serviceIntegration", _module);
//# sourceMappingURL=index.js.map