| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| 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()
(experimental) 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 |
|---|---|
UserPoolProps.Builder |
UserPoolProps.Builder.standardAttributes(StandardAttributes standardAttributes)
Sets the value of
UserPoolProps.getStandardAttributes() |
UserPool.Builder |
UserPool.Builder.standardAttributes(StandardAttributes standardAttributes)
(experimental) The set of attributes that are required for every 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.