| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AccountRecovery |
UserPoolProps.getAccountRecovery()
(experimental) How will a user be able to recover their account?
|
AccountRecovery |
UserPoolProps.Jsii$Proxy.getAccountRecovery() |
static AccountRecovery |
AccountRecovery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountRecovery[] |
AccountRecovery.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.accountRecovery(AccountRecovery accountRecovery)
Sets the value of
UserPoolProps.getAccountRecovery() |
UserPool.Builder |
UserPool.Builder.accountRecovery(AccountRecovery accountRecovery)
(experimental) How will a user be able to recover their account?
|
| 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.