User

class User

Describes a user in the user pool.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the user.

Link copied to clipboard

The authentication type for the user.

Link copied to clipboard

The date and time the user was created in the user pool.

Link copied to clipboard

Specifies whether the user in the user pool is enabled.

Link copied to clipboard

The first name, or given name, of the user.

Link copied to clipboard

The last name, or surname, of the user.

Link copied to clipboard

The status of the user in the user pool. The status can be one of the following:

Link copied to clipboard

The email address of the user.

Functions

Link copied to clipboard
inline fun copy(block: User.Builder.() -> Unit = {}): User
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