CustomSMSLambdaVersionConfigType class

A custom SMS sender Lambda configuration type.

Constructors

CustomSMSLambdaVersionConfigType({required String lambdaArn, required CustomSMSSenderLambdaVersionType lambdaVersion})
CustomSMSLambdaVersionConfigType.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 SMS notifications to users.
final
lambdaVersion CustomSMSSenderLambdaVersionType
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS 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