UNPKG

@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)

62 lines 3.78 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! *** 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.ResourceAssociation = exports.getResourceAssociationOutput = exports.getResourceAssociation = exports.getAttributeGroupAssociationOutput = exports.getAttributeGroupAssociation = exports.getAttributeGroupOutput = exports.getAttributeGroup = exports.getApplicationOutput = exports.getApplication = exports.AttributeGroupAssociation = exports.AttributeGroup = exports.Application = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Application = null; utilities.lazyLoad(exports, ["Application"], () => require("./application")); exports.AttributeGroup = null; utilities.lazyLoad(exports, ["AttributeGroup"], () => require("./attributeGroup")); exports.AttributeGroupAssociation = null; utilities.lazyLoad(exports, ["AttributeGroupAssociation"], () => require("./attributeGroupAssociation")); exports.getApplication = null; exports.getApplicationOutput = null; utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication")); exports.getAttributeGroup = null; exports.getAttributeGroupOutput = null; utilities.lazyLoad(exports, ["getAttributeGroup", "getAttributeGroupOutput"], () => require("./getAttributeGroup")); exports.getAttributeGroupAssociation = null; exports.getAttributeGroupAssociationOutput = null; utilities.lazyLoad(exports, ["getAttributeGroupAssociation", "getAttributeGroupAssociationOutput"], () => require("./getAttributeGroupAssociation")); exports.getResourceAssociation = null; exports.getResourceAssociationOutput = null; utilities.lazyLoad(exports, ["getResourceAssociation", "getResourceAssociationOutput"], () => require("./getResourceAssociation")); exports.ResourceAssociation = null; utilities.lazyLoad(exports, ["ResourceAssociation"], () => require("./resourceAssociation")); // Export enums: __exportStar(require("../types/enums/servicecatalogappregistry"), exports); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws-native:servicecatalogappregistry:Application": return new exports.Application(name, undefined, { urn }); case "aws-native:servicecatalogappregistry:AttributeGroup": return new exports.AttributeGroup(name, undefined, { urn }); case "aws-native:servicecatalogappregistry:AttributeGroupAssociation": return new exports.AttributeGroupAssociation(name, undefined, { urn }); case "aws-native:servicecatalogappregistry:ResourceAssociation": return new exports.ResourceAssociation(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws-native", "servicecatalogappregistry", _module); //# sourceMappingURL=index.js.map