UserImportJobType class

The user import job type.

Constructors

UserImportJobType({String? cloudWatchLogsRoleArn, DateTime? completionDate, String? completionMessage, DateTime? creationDate, int? failedUsers, int? importedUsers, String? jobId, String? jobName, String? preSignedUrl, int? skippedUsers, DateTime? startDate, UserImportJobStatusType? status, String? userPoolId})
UserImportJobType.fromJson(Map<String, dynamic> json)
factory

Properties

cloudWatchLogsRoleArn String?
The role ARN for the Amazon CloudWatch Logging role for the user import job. For more information, see "Creating the CloudWatch Logs IAM Role" in the Amazon Cognito Developer Guide.
final
completionDate DateTime?
The date when the user import job was completed.
final
completionMessage String?
The message returned when the user import job is completed.
final
creationDate DateTime?
The date the user import job was created.
final
failedUsers int?
The number of users that could not be imported.
final
hashCode int
The hash code for this object.
no setterinherited
importedUsers int?
The number of users that were successfully imported.
final
jobId String?
The job ID for the user import job.
final
jobName String?
The job name for the user import job.
final
preSignedUrl String?
The pre-signed URL to be used to upload the .csv file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedUsers int?
The number of users that were skipped.
final
startDate DateTime?
The date when the user import job was started.
final
status UserImportJobStatusType?
The status of the user import job. One of the following:
final
userPoolId String?
The user pool ID for the user pool that the users are being imported into.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited