CreateUserRequest

Types

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

Properties

Link copied to clipboard

The authentication type for the user. You must specify USERPOOL.

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 action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

Link copied to clipboard

The email address of the user.

Functions

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