| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Mfa |
UserPoolProps.getMfa()
(experimental) Configure whether users of this user pool can or are required use MFA to sign in.
|
Mfa |
UserPoolProps.Jsii$Proxy.getMfa() |
static Mfa |
Mfa.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mfa[] |
Mfa.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolProps.Builder |
UserPoolProps.Builder.mfa(Mfa mfa)
Sets the value of
UserPoolProps.getMfa() |
UserPool.Builder |
UserPool.Builder.mfa(Mfa mfa)
(experimental) Configure whether users of this user pool can or are required use MFA to sign in.
|
| 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.