UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

25 lines 1.11 kB
"use strict"; // *** 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.Resource = exports.getResourceOutput = exports.getResource = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getResource = null; exports.getResourceOutput = null; utilities.lazyLoad(exports, ["getResource", "getResourceOutput"], () => require("./getResource")); exports.Resource = null; utilities.lazyLoad(exports, ["Resource"], () => require("./resource")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws:cloudcontrol/resource:Resource": return new exports.Resource(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws", "cloudcontrol/resource", _module); //# sourceMappingURL=index.js.map