Uses of Class
software.amazon.awscdk.services.cognito.CfnUserPool.Builder
Packages that use CfnUserPool.Builder
-
Uses of CfnUserPool.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnUserPool.BuilderModifier and TypeMethodDescriptionCfnUserPool.Builder.accountRecoverySetting(IResolvable accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.CfnUserPool.Builder.accountRecoverySetting(CfnUserPool.AccountRecoverySettingProperty accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.CfnUserPool.Builder.adminCreateUserConfig(IResolvable adminCreateUserConfig) The settings for administrator creation of users in a user pool.CfnUserPool.Builder.adminCreateUserConfig(CfnUserPool.AdminCreateUserConfigProperty adminCreateUserConfig) The settings for administrator creation of users in a user pool.CfnUserPool.Builder.aliasAttributes(List<String> aliasAttributes) Attributes supported as an alias for this user pool.CfnUserPool.Builder.autoVerifiedAttributes(List<String> autoVerifiedAttributes) The attributes to be auto-verified.static CfnUserPool.BuilderCfnUserPool.Builder.deletionProtection(String deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.CfnUserPool.Builder.deviceConfiguration(IResolvable deviceConfiguration) The device-remembering configuration for a user pool.CfnUserPool.Builder.deviceConfiguration(CfnUserPool.DeviceConfigurationProperty deviceConfiguration) The device-remembering configuration for a user pool.CfnUserPool.Builder.emailAuthenticationMessage(String emailAuthenticationMessage) CfnUserPool.Builder.emailAuthenticationSubject(String emailAuthenticationSubject) CfnUserPool.Builder.emailConfiguration(IResolvable emailConfiguration) The email configuration of your user pool.CfnUserPool.Builder.emailConfiguration(CfnUserPool.EmailConfigurationProperty emailConfiguration) The email configuration of your user pool.CfnUserPool.Builder.emailVerificationMessage(String emailVerificationMessage) This parameter is no longer used.CfnUserPool.Builder.emailVerificationSubject(String emailVerificationSubject) This parameter is no longer used.CfnUserPool.Builder.enabledMfas(List<String> enabledMfas) Set enabled MFA options on a specified user pool.CfnUserPool.Builder.lambdaConfig(IResolvable lambdaConfig) A collection of user pool Lambda triggers.CfnUserPool.Builder.lambdaConfig(CfnUserPool.LambdaConfigProperty lambdaConfig) A collection of user pool Lambda triggers.CfnUserPool.Builder.mfaConfiguration(String mfaConfiguration) The multi-factor authentication (MFA) configuration.CfnUserPool.Builder.policies(IResolvable policies) A list of user pool policies.CfnUserPool.Builder.policies(CfnUserPool.PoliciesProperty policies) A list of user pool policies.An array of schema attributes for the new user pool.CfnUserPool.Builder.schema(IResolvable schema) An array of schema attributes for the new user pool.CfnUserPool.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS authentication message.CfnUserPool.Builder.smsConfiguration(IResolvable smsConfiguration) The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.CfnUserPool.Builder.smsConfiguration(CfnUserPool.SmsConfigurationProperty smsConfiguration) The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.CfnUserPool.Builder.smsVerificationMessage(String smsVerificationMessage) This parameter is no longer used.CfnUserPool.Builder.userAttributeUpdateSettings(IResolvable userAttributeUpdateSettings) The settings for updates to user attributes.CfnUserPool.Builder.userAttributeUpdateSettings(CfnUserPool.UserAttributeUpdateSettingsProperty userAttributeUpdateSettings) The settings for updates to user attributes.CfnUserPool.Builder.usernameAttributes(List<String> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.CfnUserPool.Builder.usernameConfiguration(IResolvable usernameConfiguration) Case sensitivity on the username input for the selected sign-in option.CfnUserPool.Builder.usernameConfiguration(CfnUserPool.UsernameConfigurationProperty usernameConfiguration) Case sensitivity on the username input for the selected sign-in option.CfnUserPool.Builder.userPoolAddOns(IResolvable userPoolAddOns) User pool add-ons.CfnUserPool.Builder.userPoolAddOns(CfnUserPool.UserPoolAddOnsProperty userPoolAddOns) User pool add-ons.CfnUserPool.Builder.userPoolName(String userPoolName) A string used to name the user pool.CfnUserPool.Builder.userPoolTags(Object userPoolTags) The tag keys and values to assign to the user pool.CfnUserPool.Builder.verificationMessageTemplate(IResolvable verificationMessageTemplate) The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.CfnUserPool.Builder.verificationMessageTemplate(CfnUserPool.VerificationMessageTemplateProperty verificationMessageTemplate) The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.