AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A user import job in a user pool. Describes the status of user import with a CSV file. For more information, see Importing users into user pools from a CSV file.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class UserImportJobType
The UserImportJobType type exposes the following members
Name | Description | |
---|---|---|
![]() |
UserImportJobType() |
Name | Type | Description | |
---|---|---|---|
![]() |
CloudWatchLogsRoleArn | System.String |
Gets and sets the property CloudWatchLogsRoleArn. The role Amazon Resource Name (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. |
![]() |
CompletionDate | System.DateTime |
Gets and sets the property CompletionDate. The date when the user import job was completed. |
![]() |
CompletionMessage | System.String |
Gets and sets the property CompletionMessage. The message returned when the user import job is completed. |
![]() |
CreationDate | System.DateTime |
Gets and sets the property CreationDate.
The date and time when the item was created. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
FailedUsers | System.Int64 |
Gets and sets the property FailedUsers. The number of users that couldn't be imported. |
![]() |
ImportedUsers | System.Int64 |
Gets and sets the property ImportedUsers. The number of users that were successfully imported. |
![]() |
JobId | System.String |
Gets and sets the property JobId. The ID of the user import job. |
![]() |
JobName | System.String |
Gets and sets the property JobName. The friendly name of the user import job. |
![]() |
PreSignedUrl | System.String |
Gets and sets the property PreSignedUrl. The pre-signed URL target for uploading the CSV file. |
![]() |
SkippedUsers | System.Int64 |
Gets and sets the property SkippedUsers. The number of users that were skipped. |
![]() |
StartDate | System.DateTime |
Gets and sets the property StartDate. The date when the user import job was started. |
![]() |
Status | Amazon.CognitoIdentityProvider.UserImportJobStatusType |
Gets and sets the property Status. The status of the user import job. One of the following:
|
![]() |
UserPoolId | System.String |
Gets and sets the property UserPoolId. The ID of the user pool that the users are being imported into. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5