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 that you want your user pool to automatically verify.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) Displays the state of multi-factor authentication (MFA) as on, off, or optional.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 attributes for the new user pool.CfnUserPool.Builder.schema(IResolvable schema) An array of attributes for the new user pool.CfnUserPool.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS authentication message.CfnUserPool.Builder.smsConfiguration(IResolvable smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.CfnUserPool.Builder.smsConfiguration(CfnUserPool.SmsConfigurationProperty smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with 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) Sets the case sensitivity option for sign-in usernames.CfnUserPool.Builder.usernameConfiguration(CfnUserPool.UsernameConfigurationProperty usernameConfiguration) Sets the case sensitivity option for sign-in usernames.CfnUserPool.Builder.userPoolAddOns(IResolvable userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CfnUserPool.Builder.userPoolAddOns(CfnUserPool.UserPoolAddOnsProperty userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CfnUserPool.Builder.userPoolName(String userPoolName) A friendly name for your user pool.CfnUserPool.Builder.userPoolTags(Object userPoolTags) The tag keys and values to assign to the user pool.CfnUserPool.Builder.userPoolTier(String userPoolTier) The user pool feature plan , or tier.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.CfnUserPool.Builder.webAuthnRelyingPartyId(String webAuthnRelyingPartyId) Sets or displays the authentication domain, typically your user pool domain, that passkey providers must use as a relying party (RP) in their configuration.CfnUserPool.Builder.webAuthnUserVerification(String webAuthnUserVerification) Whenrequired, users can only register and sign in users with passkeys that are capable of user verification .