UserImportJobType

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The date when the user import job was completed.

Link copied to clipboard

The message returned when the user import job is completed.

Link copied to clipboard

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 Date object.

Link copied to clipboard

The number of users that couldn't be imported.

Link copied to clipboard

The number of users that were successfully imported.

Link copied to clipboard

The ID of the user import job.

Link copied to clipboard

The friendly name of the user import job.

Link copied to clipboard

The pre-signed URL target for uploading the CSV file.

Link copied to clipboard

The number of users that were skipped.

Link copied to clipboard

The date when the user import job was started.

Link copied to clipboard

The status of the user import job. One of the following:

Link copied to clipboard

The ID of the user pool that the users are being imported into.

Functions

Link copied to clipboard
inline fun copy(block: UserImportJobType.Builder.() -> Unit = {}): UserImportJobType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String