| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.Builder |
CfnUserPool.Builder.accountRecoverySetting(CfnUserPool.AccountRecoverySettingProperty accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
CfnUserPool.Builder |
CfnUserPool.Builder.accountRecoverySetting(IResolvable accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
CfnUserPool.Builder |
CfnUserPool.Builder.adminCreateUserConfig(CfnUserPool.AdminCreateUserConfigProperty adminCreateUserConfig)
The configuration for creating a new user profile.
|
CfnUserPool.Builder |
CfnUserPool.Builder.adminCreateUserConfig(IResolvable adminCreateUserConfig)
The configuration for creating a new user profile.
|
CfnUserPool.Builder |
CfnUserPool.Builder.aliasAttributes(List<String> aliasAttributes)
Attributes supported as an alias for this user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.autoVerifiedAttributes(List<String> autoVerifiedAttributes)
The attributes to be auto-verified.
|
static CfnUserPool.Builder |
CfnUserPool.Builder.create(Construct scope,
String id) |
CfnUserPool.Builder |
CfnUserPool.Builder.deletionProtection(String deletionProtection)
`AWS::Cognito::UserPool.DeletionProtection`.
|
CfnUserPool.Builder |
CfnUserPool.Builder.deviceConfiguration(CfnUserPool.DeviceConfigurationProperty deviceConfiguration)
The device-remembering configuration for a user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.deviceConfiguration(IResolvable deviceConfiguration)
The device-remembering configuration for a user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.emailConfiguration(CfnUserPool.EmailConfigurationProperty emailConfiguration)
The email configuration of your user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.emailConfiguration(IResolvable emailConfiguration)
The email configuration of your user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.emailVerificationMessage(String emailVerificationMessage)
This parameter is no longer used.
|
CfnUserPool.Builder |
CfnUserPool.Builder.emailVerificationSubject(String emailVerificationSubject)
This parameter is no longer used.
|
CfnUserPool.Builder |
CfnUserPool.Builder.enabledMfas(List<String> enabledMfas)
Enables MFA on a specified user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.lambdaConfig(CfnUserPool.LambdaConfigProperty lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.lambdaConfig(IResolvable lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.mfaConfiguration(String mfaConfiguration)
The multi-factor authentication (MFA) configuration.
|
CfnUserPool.Builder |
CfnUserPool.Builder.policies(CfnUserPool.PoliciesProperty policies)
The policy associated with a user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.policies(IResolvable policies)
The policy associated with a user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.schema(IResolvable schema)
The schema attributes for the new user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.schema(List<? extends Object> schema)
The schema attributes for the new user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.smsAuthenticationMessage(String smsAuthenticationMessage)
A string representing the SMS authentication message.
|
CfnUserPool.Builder |
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 |
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 |
CfnUserPool.Builder.smsVerificationMessage(String smsVerificationMessage)
This parameter is no longer used.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userAttributeUpdateSettings(CfnUserPool.UserAttributeUpdateSettingsProperty userAttributeUpdateSettings)
The settings for updates to user attributes.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userAttributeUpdateSettings(IResolvable userAttributeUpdateSettings)
The settings for updates to user attributes.
|
CfnUserPool.Builder |
CfnUserPool.Builder.usernameAttributes(List<String> usernameAttributes)
Determines whether email addresses or phone numbers can be specified as user names when a user signs up.
|
CfnUserPool.Builder |
CfnUserPool.Builder.usernameConfiguration(CfnUserPool.UsernameConfigurationProperty usernameConfiguration)
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
CfnUserPool.Builder |
CfnUserPool.Builder.usernameConfiguration(IResolvable usernameConfiguration)
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userPoolAddOns(CfnUserPool.UserPoolAddOnsProperty userPoolAddOns)
Enables advanced security risk detection.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userPoolAddOns(IResolvable userPoolAddOns)
Enables advanced security risk detection.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userPoolName(String userPoolName)
A string used to name the user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.userPoolTags(Object userPoolTags)
The tag keys and values to assign to the user pool.
|
CfnUserPool.Builder |
CfnUserPool.Builder.verificationMessageTemplate(CfnUserPool.VerificationMessageTemplateProperty verificationMessageTemplate)
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
CfnUserPool.Builder |
CfnUserPool.Builder.verificationMessageTemplate(IResolvable verificationMessageTemplate)
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
Copyright © 2022. All rights reserved.