@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)
44 lines • 1.54 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.UserPoolTier = exports.UserPoolClientRefreshTokenRotationFeature = exports.ManagedLoginBrandingExtensionType = exports.ManagedLoginBrandingColorModeType = exports.ManagedLoginBrandingCategoryType = void 0;
exports.ManagedLoginBrandingCategoryType = {
FaviconIco: "FAVICON_ICO",
FaviconSvg: "FAVICON_SVG",
EmailGraphic: "EMAIL_GRAPHIC",
SmsGraphic: "SMS_GRAPHIC",
AuthAppGraphic: "AUTH_APP_GRAPHIC",
PasswordGraphic: "PASSWORD_GRAPHIC",
PasskeyGraphic: "PASSKEY_GRAPHIC",
PageHeaderLogo: "PAGE_HEADER_LOGO",
PageHeaderBackground: "PAGE_HEADER_BACKGROUND",
PageFooterLogo: "PAGE_FOOTER_LOGO",
PageFooterBackground: "PAGE_FOOTER_BACKGROUND",
PageBackground: "PAGE_BACKGROUND",
FormBackground: "FORM_BACKGROUND",
FormLogo: "FORM_LOGO",
IdpButtonIcon: "IDP_BUTTON_ICON",
};
exports.ManagedLoginBrandingColorModeType = {
Light: "LIGHT",
Dark: "DARK",
Dynamic: "DYNAMIC",
};
exports.ManagedLoginBrandingExtensionType = {
Ico: "ICO",
Jpeg: "JPEG",
Png: "PNG",
Svg: "SVG",
Webp: "WEBP",
};
exports.UserPoolClientRefreshTokenRotationFeature = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.UserPoolTier = {
Lite: "LITE",
Essentials: "ESSENTIALS",
Plus: "PLUS",
};
//# sourceMappingURL=index.js.map