| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPoolTriggers.Jsii$Proxy
An implementation for
UserPoolTriggers |
| Modifier and Type | Method and Description |
|---|---|
UserPoolTriggers |
UserPoolTriggers.Builder.build()
Builds the configured instance.
|
default UserPoolTriggers |
UserPoolProps.getLambdaTriggers()
(experimental) Lambda functions to use for supported Cognito triggers.
|
UserPoolTriggers |
UserPoolProps.Jsii$Proxy.getLambdaTriggers() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolProps.Builder |
UserPoolProps.Builder.lambdaTriggers(UserPoolTriggers lambdaTriggers)
Sets the value of
UserPoolProps.getLambdaTriggers() |
UserPool.Builder |
UserPool.Builder.lambdaTriggers(UserPoolTriggers lambdaTriggers)
(experimental) Lambda functions to use for supported Cognito triggers.
|
| 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.