CustomEmailLambdaVersionConfigType class
A custom email sender Lambda configuration type.
Constructors
- CustomEmailLambdaVersionConfigType({required String lambdaArn, required CustomEmailSenderLambdaVersionType lambdaVersion})
-
CustomEmailLambdaVersionConfigType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lambdaArn → String
-
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito
triggers to send email notifications to users.
final
- lambdaVersion → CustomEmailSenderLambdaVersionType
-
The Lambda version represents the signature of the "request" attribute in
the "event" information Amazon Cognito passes to your custom email Lambda
function. The only supported value is
V1_0
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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