| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICustomAttribute.Jsii$Default
Internal default implementation for
ICustomAttribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAttribute
The Boolean custom attribute type.
|
class |
DateTimeAttribute
The DateTime custom attribute type.
|
static class |
ICustomAttribute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NumberAttribute
The Number custom attribute type.
|
class |
StringAttribute
The String custom attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,ICustomAttribute> |
UserPoolProps.getCustomAttributes()
Define a set of custom attributes that can be configured for each user in the user pool.
|
Map<String,ICustomAttribute> |
UserPoolProps.Jsii$Proxy.getCustomAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UserPool.Builder |
UserPool.Builder.customAttributes(Map<String,? extends ICustomAttribute> customAttributes)
Define a set of custom attributes that can be configured for each user in the user pool.
|
UserPoolProps.Builder |
UserPoolProps.Builder.customAttributes(Map<String,? extends ICustomAttribute> customAttributes)
Sets the value of
UserPoolProps.getCustomAttributes() |
| 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.