| Modifier and Type | Class and Description |
|---|---|
static class |
StandardAttributes.Jsii$Proxy
An implementation for
StandardAttributes |
| Modifier and Type | Method and Description |
|---|---|
StandardAttributes |
StandardAttributes.Builder.build()
Builds the configured instance.
|
default StandardAttributes |
UserPoolProps.getStandardAttributes()
The set of attributes that are required for every user in the user pool.
|
StandardAttributes |
UserPoolProps.Jsii$Proxy.getStandardAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UserPool.Builder |
UserPool.Builder.standardAttributes(StandardAttributes standardAttributes)
The set of attributes that are required for every user in the user pool.
|
UserPoolProps.Builder |
UserPoolProps.Builder.standardAttributes(StandardAttributes standardAttributes)
Sets the value of
UserPoolProps.getStandardAttributes() |
| 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.