LambdaConfigType class
Specifies the configuration for AWS Lambda triggers.
Constructors
- LambdaConfigType({String? createAuthChallenge, CustomEmailLambdaVersionConfigType? customEmailSender, String? customMessage, CustomSMSLambdaVersionConfigType? customSMSSender, String? defineAuthChallenge, String? kMSKeyID, String? postAuthentication, String? postConfirmation, String? preAuthentication, String? preSignUp, String? preTokenGeneration, String? userMigration, String? verifyAuthChallengeResponse})
-
LambdaConfigType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createAuthChallenge → String?
-
Creates an authentication challenge.
final
- customEmailSender → CustomEmailLambdaVersionConfigType?
-
A custom email sender AWS Lambda trigger.
final
- customMessage → String?
-
A custom Message AWS Lambda trigger.
final
- customSMSSender → CustomSMSLambdaVersionConfigType?
-
A custom SMS sender AWS Lambda trigger.
final
- defineAuthChallenge → String?
-
Defines the authentication challenge.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kMSKeyID → String?
-
The Amazon Resource Name of Key Management Service Customer master
keys . Amazon Cognito uses the key to encrypt codes and temporary
passwords sent to
CustomEmailSender
andCustomSMSSender
.final - postAuthentication → String?
-
A post-authentication AWS Lambda trigger.
final
- postConfirmation → String?
-
A post-confirmation AWS Lambda trigger.
final
- preAuthentication → String?
-
A pre-authentication AWS Lambda trigger.
final
- preSignUp → String?
-
A pre-registration AWS Lambda trigger.
final
- preTokenGeneration → String?
-
A Lambda trigger that is invoked before token generation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userMigration → String?
-
The user migration Lambda config type.
final
- verifyAuthChallengeResponse → String?
-
Verifies the authentication challenge response.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited