ICognitoIdentityProviderUserImportJobType
Interface in AWS.CognitoIdentityProvider
Interface for UserImportJobType.
Properties
CloudWatchLogsRoleArn
property CloudWatchLogsRoleArn: TARN
The Amazon Resource Name (ARN) of a Amazon CloudWatch Logging role for the user import job.
CompletionDate
property CompletionDate: TOptional<TDateTime>
The date when the user import job was completed.
CompletionMessage
property CompletionMessage: string
The message that was returned when the user import job completed.
CreationDate
property CreationDate: TOptional<TDateTime>
The date and time when the user import job was created.
FailedUsers
property FailedUsers: TOptional<Integer>
The number of users that couldn't be imported.
ImportedUsers
property ImportedUsers: TOptional<Integer>
The number of successfully imported users.
JobId
property JobId: string
The ID of the user import job.
JobName
property JobName: string
The name of the user import job.
PreSignedUrl
property PreSignedUrl: string
The pre-signed URL to be used to upload the .csv file.
SkippedUsers
property SkippedUsers: TOptional<Integer>
The number of users that were skipped.
StartDate
property StartDate: TOptional<TDateTime>
The date when the user import job was started.
Status
property Status: string
The status of the user import job.
Valid values:
UserPoolId
property UserPoolId: string
The ID of the user pool that the users are being imported into.