UserPoolAdminCreateUserConfig

data class UserPoolAdminCreateUserConfig(val allowAdminCreateUserOnly: Boolean? = null, val inviteMessageTemplate: UserPoolInviteMessageTemplate? = null, val unusedAccountValidityDays: Int? = null)

Constructors

Link copied to clipboard
constructor(allowAdminCreateUserOnly: Boolean? = null, inviteMessageTemplate: UserPoolInviteMessageTemplate? = null, unusedAccountValidityDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.

Link copied to clipboard

The message template to be used for the welcome message to new users. See also Customizing User Invitation Messages .

Link copied to clipboard

The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable. To reset the account after that time limit, you must call AdminCreateUser again, specifying "RESEND" for the MessageAction parameter. The default value for this parameter is 7.