public static final class UserPoolTriggers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolTriggers
UserPoolTriggers
UserPoolTriggers.Builder, UserPoolTriggers.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IFunction |
getCreateAuthChallenge()
Creates an authentication challenge.
|
IFunction |
getCustomEmailSender()
Amazon Cognito invokes this trigger to send email notifications to users.
|
IFunction |
getCustomMessage()
A custom Message AWS Lambda trigger.
|
IFunction |
getCustomSmsSender()
Amazon Cognito invokes this trigger to send SMS notifications to users.
|
IFunction |
getDefineAuthChallenge()
Defines the authentication challenge.
|
IFunction |
getPostAuthentication()
A post-authentication AWS Lambda trigger.
|
IFunction |
getPostConfirmation()
A post-confirmation AWS Lambda trigger.
|
IFunction |
getPreAuthentication()
A pre-authentication AWS Lambda trigger.
|
IFunction |
getPreSignUp()
A pre-registration AWS Lambda trigger.
|
IFunction |
getPreTokenGeneration()
A pre-token-generation AWS Lambda trigger.
|
IFunction |
getUserMigration()
A user-migration AWS Lambda trigger.
|
IFunction |
getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IFunction getCreateAuthChallenge()
UserPoolTriggers
Default: - no trigger configured
getCreateAuthChallenge
in interface UserPoolTriggers
public final IFunction getCustomEmailSender()
UserPoolTriggers
Default: - no trigger configured
getCustomEmailSender
in interface UserPoolTriggers
public final IFunction getCustomMessage()
UserPoolTriggers
Default: - no trigger configured
getCustomMessage
in interface UserPoolTriggers
public final IFunction getCustomSmsSender()
UserPoolTriggers
Default: - no trigger configured
getCustomSmsSender
in interface UserPoolTriggers
public final IFunction getDefineAuthChallenge()
UserPoolTriggers
Default: - no trigger configured
getDefineAuthChallenge
in interface UserPoolTriggers
public final IFunction getPostAuthentication()
UserPoolTriggers
Default: - no trigger configured
getPostAuthentication
in interface UserPoolTriggers
public final IFunction getPostConfirmation()
UserPoolTriggers
Default: - no trigger configured
getPostConfirmation
in interface UserPoolTriggers
public final IFunction getPreAuthentication()
UserPoolTriggers
Default: - no trigger configured
getPreAuthentication
in interface UserPoolTriggers
public final IFunction getPreSignUp()
UserPoolTriggers
Default: - no trigger configured
getPreSignUp
in interface UserPoolTriggers
public final IFunction getPreTokenGeneration()
UserPoolTriggers
Default: - no trigger configured
getPreTokenGeneration
in interface UserPoolTriggers
public final IFunction getUserMigration()
UserPoolTriggers
Default: - no trigger configured
getUserMigration
in interface UserPoolTriggers
public final IFunction getVerifyAuthChallengeResponse()
UserPoolTriggers
Default: - no trigger configured
getVerifyAuthChallengeResponse
in interface UserPoolTriggers
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()