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)

83 lines 5.13 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.SegmentDefinition = exports.ObjectType = exports.Integration = exports.getSegmentDefinitionOutput = exports.getSegmentDefinition = exports.getObjectTypeOutput = exports.getObjectType = exports.getIntegrationOutput = exports.getIntegration = exports.getEventTriggerOutput = exports.getEventTrigger = exports.getEventStreamOutput = exports.getEventStream = exports.getDomainOutput = exports.getDomain = exports.getCalculatedAttributeDefinitionOutput = exports.getCalculatedAttributeDefinition = exports.EventTrigger = exports.EventStream = exports.Domain = exports.CalculatedAttributeDefinition = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.CalculatedAttributeDefinition = null; utilities.lazyLoad(exports, ["CalculatedAttributeDefinition"], () => require("./calculatedAttributeDefinition")); exports.Domain = null; utilities.lazyLoad(exports, ["Domain"], () => require("./domain")); exports.EventStream = null; utilities.lazyLoad(exports, ["EventStream"], () => require("./eventStream")); exports.EventTrigger = null; utilities.lazyLoad(exports, ["EventTrigger"], () => require("./eventTrigger")); exports.getCalculatedAttributeDefinition = null; exports.getCalculatedAttributeDefinitionOutput = null; utilities.lazyLoad(exports, ["getCalculatedAttributeDefinition", "getCalculatedAttributeDefinitionOutput"], () => require("./getCalculatedAttributeDefinition")); exports.getDomain = null; exports.getDomainOutput = null; utilities.lazyLoad(exports, ["getDomain", "getDomainOutput"], () => require("./getDomain")); exports.getEventStream = null; exports.getEventStreamOutput = null; utilities.lazyLoad(exports, ["getEventStream", "getEventStreamOutput"], () => require("./getEventStream")); exports.getEventTrigger = null; exports.getEventTriggerOutput = null; utilities.lazyLoad(exports, ["getEventTrigger", "getEventTriggerOutput"], () => require("./getEventTrigger")); exports.getIntegration = null; exports.getIntegrationOutput = null; utilities.lazyLoad(exports, ["getIntegration", "getIntegrationOutput"], () => require("./getIntegration")); exports.getObjectType = null; exports.getObjectTypeOutput = null; utilities.lazyLoad(exports, ["getObjectType", "getObjectTypeOutput"], () => require("./getObjectType")); exports.getSegmentDefinition = null; exports.getSegmentDefinitionOutput = null; utilities.lazyLoad(exports, ["getSegmentDefinition", "getSegmentDefinitionOutput"], () => require("./getSegmentDefinition")); exports.Integration = null; utilities.lazyLoad(exports, ["Integration"], () => require("./integration")); exports.ObjectType = null; utilities.lazyLoad(exports, ["ObjectType"], () => require("./objectType")); exports.SegmentDefinition = null; utilities.lazyLoad(exports, ["SegmentDefinition"], () => require("./segmentDefinition")); // Export enums: __exportStar(require("../types/enums/customerprofiles"), exports); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws-native:customerprofiles:CalculatedAttributeDefinition": return new exports.CalculatedAttributeDefinition(name, undefined, { urn }); case "aws-native:customerprofiles:Domain": return new exports.Domain(name, undefined, { urn }); case "aws-native:customerprofiles:EventStream": return new exports.EventStream(name, undefined, { urn }); case "aws-native:customerprofiles:EventTrigger": return new exports.EventTrigger(name, undefined, { urn }); case "aws-native:customerprofiles:Integration": return new exports.Integration(name, undefined, { urn }); case "aws-native:customerprofiles:ObjectType": return new exports.ObjectType(name, undefined, { urn }); case "aws-native:customerprofiles:SegmentDefinition": return new exports.SegmentDefinition(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws-native", "customerprofiles", _module); //# sourceMappingURL=index.js.map