Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.Builder
Packages that use CfnUserPoolPropsMixin.Builder
-
Uses of CfnUserPoolPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolPropsMixin.Builder.accountRecoverySetting(CfnUserPoolPropsMixin.AccountRecoverySettingProperty accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.CfnUserPoolPropsMixin.Builder.accountRecoverySetting(IResolvable accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.CfnUserPoolPropsMixin.Builder.adminCreateUserConfig(CfnUserPoolPropsMixin.AdminCreateUserConfigProperty adminCreateUserConfig) The settings for administrator creation of users in a user pool.CfnUserPoolPropsMixin.Builder.adminCreateUserConfig(IResolvable adminCreateUserConfig) The settings for administrator creation of users in a user pool.CfnUserPoolPropsMixin.Builder.aliasAttributes(List<String> aliasAttributes) Attributes supported as an alias for this user pool.CfnUserPoolPropsMixin.Builder.autoVerifiedAttributes(List<String> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.CfnUserPoolPropsMixin.Builder.create()CfnUserPoolPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPoolPropsMixin.Builder.deletionProtection(String deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.CfnUserPoolPropsMixin.Builder.deviceConfiguration(CfnUserPoolPropsMixin.DeviceConfigurationProperty deviceConfiguration) The device-remembering configuration for a user pool.CfnUserPoolPropsMixin.Builder.deviceConfiguration(IResolvable deviceConfiguration) The device-remembering configuration for a user pool.CfnUserPoolPropsMixin.Builder.emailAuthenticationMessage(String emailAuthenticationMessage) CfnUserPoolPropsMixin.Builder.emailAuthenticationSubject(String emailAuthenticationSubject) CfnUserPoolPropsMixin.Builder.emailConfiguration(CfnUserPoolPropsMixin.EmailConfigurationProperty emailConfiguration) The email configuration of your user pool.CfnUserPoolPropsMixin.Builder.emailConfiguration(IResolvable emailConfiguration) The email configuration of your user pool.CfnUserPoolPropsMixin.Builder.emailVerificationMessage(String emailVerificationMessage) This parameter is no longer used.CfnUserPoolPropsMixin.Builder.emailVerificationSubject(String emailVerificationSubject) This parameter is no longer used.CfnUserPoolPropsMixin.Builder.enabledMfas(List<String> enabledMfas) Set enabled MFA options on a specified user pool.CfnUserPoolPropsMixin.Builder.lambdaConfig(CfnUserPoolPropsMixin.LambdaConfigProperty lambdaConfig) A collection of user pool Lambda triggers.CfnUserPoolPropsMixin.Builder.lambdaConfig(IResolvable lambdaConfig) A collection of user pool Lambda triggers.CfnUserPoolPropsMixin.Builder.mfaConfiguration(String mfaConfiguration) Displays the state of multi-factor authentication (MFA) as on, off, or optional.CfnUserPoolPropsMixin.Builder.policies(CfnUserPoolPropsMixin.PoliciesProperty policies) A list of user pool policies.CfnUserPoolPropsMixin.Builder.policies(IResolvable policies) A list of user pool policies.An array of attributes for the new user pool.CfnUserPoolPropsMixin.Builder.schema(IResolvable schema) An array of attributes for the new user pool.CfnUserPoolPropsMixin.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS authentication message.CfnUserPoolPropsMixin.Builder.smsConfiguration(CfnUserPoolPropsMixin.SmsConfigurationProperty smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.CfnUserPoolPropsMixin.Builder.smsConfiguration(IResolvable smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.CfnUserPoolPropsMixin.Builder.smsVerificationMessage(String smsVerificationMessage) This parameter is no longer used.CfnUserPoolPropsMixin.Builder.userAttributeUpdateSettings(CfnUserPoolPropsMixin.UserAttributeUpdateSettingsProperty userAttributeUpdateSettings) The settings for updates to user attributes.CfnUserPoolPropsMixin.Builder.userAttributeUpdateSettings(IResolvable userAttributeUpdateSettings) The settings for updates to user attributes.CfnUserPoolPropsMixin.Builder.usernameAttributes(List<String> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.CfnUserPoolPropsMixin.Builder.usernameConfiguration(CfnUserPoolPropsMixin.UsernameConfigurationProperty usernameConfiguration) Sets the case sensitivity option for sign-in usernames.CfnUserPoolPropsMixin.Builder.usernameConfiguration(IResolvable usernameConfiguration) Sets the case sensitivity option for sign-in usernames.CfnUserPoolPropsMixin.Builder.userPoolAddOns(CfnUserPoolPropsMixin.UserPoolAddOnsProperty userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CfnUserPoolPropsMixin.Builder.userPoolAddOns(IResolvable userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CfnUserPoolPropsMixin.Builder.userPoolName(String userPoolName) A friendly name for your user pool.CfnUserPoolPropsMixin.Builder.userPoolTags(Object userPoolTags) The tag keys and values to assign to the user pool.CfnUserPoolPropsMixin.Builder.userPoolTier(String userPoolTier) The user pool feature plan , or tier.CfnUserPoolPropsMixin.Builder.verificationMessageTemplate(CfnUserPoolPropsMixin.VerificationMessageTemplateProperty verificationMessageTemplate) The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.CfnUserPoolPropsMixin.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.CfnUserPoolPropsMixin.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.CfnUserPoolPropsMixin.Builder.webAuthnUserVerification(String webAuthnUserVerification) Whenrequired, users can only register and sign in users with passkeys that are capable of user verification .