| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Mfa |
UserPoolProps.getMfa()
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)
Configure whether users of this user pool can or are required use MFA to sign in.
|
Copyright © 2022. All rights reserved.