@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
25 lines • 1.23 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.getEventIntegrationOutput = exports.getEventIntegration = exports.DataIntegration = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.DataIntegration = null;
utilities.lazyLoad(exports, ["DataIntegration"], () => require("./dataIntegration"));
exports.getEventIntegration = null;
exports.getEventIntegrationOutput = null;
utilities.lazyLoad(exports, ["getEventIntegration", "getEventIntegrationOutput"], () => require("./getEventIntegration"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws:appintegrations/dataIntegration:DataIntegration":
return new exports.DataIntegration(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws", "appintegrations/dataIntegration", _module);
//# sourceMappingURL=index.js.map
;