AwsCognitoEvent constructor
const
AwsCognitoEvent({
- int? version,
- String? triggerSource,
- String? region,
- String? userPoolId,
- String? userName,
- Map<
String, String> ? callerContext, - AwsCognitoRequest? request,
- AwsCognitoResponse? response,
Implementation
const AwsCognitoEvent(
{this.version,
this.triggerSource,
this.region,
this.userPoolId,
this.userName,
this.callerContext,
this.request,
this.response});