AwsCognitoEvent class
Constructors
-
AwsCognitoEvent({int? version, String? triggerSource, String? region, String? userPoolId, String? userName, Map<
String, String> ? callerContext, AwsCognitoRequest? request, AwsCognitoResponse? response}) -
const
-
AwsCognitoEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
callerContext
→ Map<
String, String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- region → String?
-
final
- request → AwsCognitoRequest?
-
final
- response → AwsCognitoResponse?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- triggerSource → String?
-
final
- userName → String?
-
final
- userPoolId → String?
-
final
- version → int?
-
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