@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
116 lines • 8.22 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.UserPoolUICustomization = exports.UserPoolDomain = exports.UserPoolClient = exports.UserPool = exports.UserInGroup = exports.UserGroup = exports.User = exports.RiskConfiguration = exports.ResourceServer = exports.ManagedUserPoolClient = exports.LogDeliveryConfiguration = exports.IdentityProvider = exports.IdentityPoolRoleAttachment = exports.IdentityPoolProviderPrincipalTag = exports.IdentityPool = exports.getUserPoolsOutput = exports.getUserPools = exports.getUserPoolSigningCertificateOutput = exports.getUserPoolSigningCertificate = exports.getUserPoolClientsOutput = exports.getUserPoolClients = exports.getUserPoolClientOutput = exports.getUserPoolClient = exports.getUserPoolOutput = exports.getUserPool = exports.getUserGroupsOutput = exports.getUserGroups = exports.getUserGroupOutput = exports.getUserGroup = exports.getIdentityPoolOutput = exports.getIdentityPool = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getIdentityPool = null;
exports.getIdentityPoolOutput = null;
utilities.lazyLoad(exports, ["getIdentityPool", "getIdentityPoolOutput"], () => require("./getIdentityPool"));
exports.getUserGroup = null;
exports.getUserGroupOutput = null;
utilities.lazyLoad(exports, ["getUserGroup", "getUserGroupOutput"], () => require("./getUserGroup"));
exports.getUserGroups = null;
exports.getUserGroupsOutput = null;
utilities.lazyLoad(exports, ["getUserGroups", "getUserGroupsOutput"], () => require("./getUserGroups"));
exports.getUserPool = null;
exports.getUserPoolOutput = null;
utilities.lazyLoad(exports, ["getUserPool", "getUserPoolOutput"], () => require("./getUserPool"));
exports.getUserPoolClient = null;
exports.getUserPoolClientOutput = null;
utilities.lazyLoad(exports, ["getUserPoolClient", "getUserPoolClientOutput"], () => require("./getUserPoolClient"));
exports.getUserPoolClients = null;
exports.getUserPoolClientsOutput = null;
utilities.lazyLoad(exports, ["getUserPoolClients", "getUserPoolClientsOutput"], () => require("./getUserPoolClients"));
exports.getUserPoolSigningCertificate = null;
exports.getUserPoolSigningCertificateOutput = null;
utilities.lazyLoad(exports, ["getUserPoolSigningCertificate", "getUserPoolSigningCertificateOutput"], () => require("./getUserPoolSigningCertificate"));
exports.getUserPools = null;
exports.getUserPoolsOutput = null;
utilities.lazyLoad(exports, ["getUserPools", "getUserPoolsOutput"], () => require("./getUserPools"));
exports.IdentityPool = null;
utilities.lazyLoad(exports, ["IdentityPool"], () => require("./identityPool"));
exports.IdentityPoolProviderPrincipalTag = null;
utilities.lazyLoad(exports, ["IdentityPoolProviderPrincipalTag"], () => require("./identityPoolProviderPrincipalTag"));
exports.IdentityPoolRoleAttachment = null;
utilities.lazyLoad(exports, ["IdentityPoolRoleAttachment"], () => require("./identityPoolRoleAttachment"));
exports.IdentityProvider = null;
utilities.lazyLoad(exports, ["IdentityProvider"], () => require("./identityProvider"));
exports.LogDeliveryConfiguration = null;
utilities.lazyLoad(exports, ["LogDeliveryConfiguration"], () => require("./logDeliveryConfiguration"));
exports.ManagedUserPoolClient = null;
utilities.lazyLoad(exports, ["ManagedUserPoolClient"], () => require("./managedUserPoolClient"));
exports.ResourceServer = null;
utilities.lazyLoad(exports, ["ResourceServer"], () => require("./resourceServer"));
exports.RiskConfiguration = null;
utilities.lazyLoad(exports, ["RiskConfiguration"], () => require("./riskConfiguration"));
exports.User = null;
utilities.lazyLoad(exports, ["User"], () => require("./user"));
exports.UserGroup = null;
utilities.lazyLoad(exports, ["UserGroup"], () => require("./userGroup"));
exports.UserInGroup = null;
utilities.lazyLoad(exports, ["UserInGroup"], () => require("./userInGroup"));
exports.UserPool = null;
utilities.lazyLoad(exports, ["UserPool"], () => require("./userPool"));
exports.UserPoolClient = null;
utilities.lazyLoad(exports, ["UserPoolClient"], () => require("./userPoolClient"));
exports.UserPoolDomain = null;
utilities.lazyLoad(exports, ["UserPoolDomain"], () => require("./userPoolDomain"));
exports.UserPoolUICustomization = null;
utilities.lazyLoad(exports, ["UserPoolUICustomization"], () => require("./userPoolUICustomization"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws:cognito/identityPool:IdentityPool":
return new exports.IdentityPool(name, undefined, { urn });
case "aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag":
return new exports.IdentityPoolProviderPrincipalTag(name, undefined, { urn });
case "aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment":
return new exports.IdentityPoolRoleAttachment(name, undefined, { urn });
case "aws:cognito/identityProvider:IdentityProvider":
return new exports.IdentityProvider(name, undefined, { urn });
case "aws:cognito/logDeliveryConfiguration:LogDeliveryConfiguration":
return new exports.LogDeliveryConfiguration(name, undefined, { urn });
case "aws:cognito/managedUserPoolClient:ManagedUserPoolClient":
return new exports.ManagedUserPoolClient(name, undefined, { urn });
case "aws:cognito/resourceServer:ResourceServer":
return new exports.ResourceServer(name, undefined, { urn });
case "aws:cognito/riskConfiguration:RiskConfiguration":
return new exports.RiskConfiguration(name, undefined, { urn });
case "aws:cognito/user:User":
return new exports.User(name, undefined, { urn });
case "aws:cognito/userGroup:UserGroup":
return new exports.UserGroup(name, undefined, { urn });
case "aws:cognito/userInGroup:UserInGroup":
return new exports.UserInGroup(name, undefined, { urn });
case "aws:cognito/userPool:UserPool":
return new exports.UserPool(name, undefined, { urn });
case "aws:cognito/userPoolClient:UserPoolClient":
return new exports.UserPoolClient(name, undefined, { urn });
case "aws:cognito/userPoolDomain:UserPoolDomain":
return new exports.UserPoolDomain(name, undefined, { urn });
case "aws:cognito/userPoolUICustomization:UserPoolUICustomization":
return new exports.UserPoolUICustomization(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws", "cognito/identityPool", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/identityPoolProviderPrincipalTag", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/identityPoolRoleAttachment", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/identityProvider", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/logDeliveryConfiguration", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/managedUserPoolClient", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/resourceServer", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/riskConfiguration", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/user", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userGroup", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userInGroup", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userPool", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userPoolClient", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userPoolDomain", _module);
pulumi.runtime.registerResourceModule("aws", "cognito/userPoolUICustomization", _module);
//# sourceMappingURL=index.js.map
;