| Modifier and Type | Class and Description |
|---|---|
static class |
MfaSecondFactor.Jsii$Proxy
An implementation for
MfaSecondFactor |
| Modifier and Type | Method and Description |
|---|---|
MfaSecondFactor |
MfaSecondFactor.Builder.build()
Builds the configured instance.
|
default MfaSecondFactor |
UserPoolProps.getMfaSecondFactor()
Configure the MFA types that users can use in this user pool.
|
MfaSecondFactor |
UserPoolProps.Jsii$Proxy.getMfaSecondFactor() |
| Modifier and Type | Method and Description |
|---|---|
UserPool.Builder |
UserPool.Builder.mfaSecondFactor(MfaSecondFactor mfaSecondFactor)
Configure the MFA types that users can use in this user pool.
|
UserPoolProps.Builder |
UserPoolProps.Builder.mfaSecondFactor(MfaSecondFactor mfaSecondFactor)
Sets the value of
UserPoolProps.getMfaSecondFactor() |
| Constructor and Description |
|---|
Jsii$Proxy(AccountRecovery accountRecovery,
AutoVerifiedAttrs autoVerify,
Map<String,? extends ICustomAttribute> customAttributes,
EmailSettings emailSettings,
Boolean enableSmsRole,
UserPoolTriggers lambdaTriggers,
Mfa mfa,
MfaSecondFactor mfaSecondFactor,
PasswordPolicy passwordPolicy,
RemovalPolicy removalPolicy,
Boolean selfSignUpEnabled,
SignInAliases signInAliases,
Boolean signInCaseSensitive,
IRole smsRole,
String smsRoleExternalId,
StandardAttributes standardAttributes,
UserInvitationConfig userInvitation,
String userPoolName,
UserVerificationConfig userVerification)
Constructor that initializes the object based on literal property values passed by the
UserPoolProps.Builder. |
Copyright © 2021. All rights reserved.