UserImportJobType

The user import job type.

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, in ISO 8601 format, when the item was created.

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 job ID for the user import job.

Link copied to clipboard

The job name for the user import job.

Link copied to clipboard

The pre-signed URL to be used to upload 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 user pool ID for 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