@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
66 lines • 3.61 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! ***
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalWorkspace = exports.StudioSessionMapping = exports.Studio = exports.Step = exports.SecurityConfiguration = exports.getWalWorkspaceOutput = exports.getWalWorkspace = exports.getStudioSessionMappingOutput = exports.getStudioSessionMapping = exports.getStudioOutput = exports.getStudio = exports.getStepOutput = exports.getStep = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getStep = null;
exports.getStepOutput = null;
utilities.lazyLoad(exports, ["getStep", "getStepOutput"], () => require("./getStep"));
exports.getStudio = null;
exports.getStudioOutput = null;
utilities.lazyLoad(exports, ["getStudio", "getStudioOutput"], () => require("./getStudio"));
exports.getStudioSessionMapping = null;
exports.getStudioSessionMappingOutput = null;
utilities.lazyLoad(exports, ["getStudioSessionMapping", "getStudioSessionMappingOutput"], () => require("./getStudioSessionMapping"));
exports.getWalWorkspace = null;
exports.getWalWorkspaceOutput = null;
utilities.lazyLoad(exports, ["getWalWorkspace", "getWalWorkspaceOutput"], () => require("./getWalWorkspace"));
exports.SecurityConfiguration = null;
utilities.lazyLoad(exports, ["SecurityConfiguration"], () => require("./securityConfiguration"));
exports.Step = null;
utilities.lazyLoad(exports, ["Step"], () => require("./step"));
exports.Studio = null;
utilities.lazyLoad(exports, ["Studio"], () => require("./studio"));
exports.StudioSessionMapping = null;
utilities.lazyLoad(exports, ["StudioSessionMapping"], () => require("./studioSessionMapping"));
exports.WalWorkspace = null;
utilities.lazyLoad(exports, ["WalWorkspace"], () => require("./walWorkspace"));
// Export enums:
__exportStar(require("../types/enums/emr"), exports);
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws-native:emr:SecurityConfiguration":
return new exports.SecurityConfiguration(name, undefined, { urn });
case "aws-native:emr:Step":
return new exports.Step(name, undefined, { urn });
case "aws-native:emr:Studio":
return new exports.Studio(name, undefined, { urn });
case "aws-native:emr:StudioSessionMapping":
return new exports.StudioSessionMapping(name, undefined, { urn });
case "aws-native:emr:WalWorkspace":
return new exports.WalWorkspace(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws-native", "emr", _module);
//# sourceMappingURL=index.js.map