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