User Pool Admin Create User Config Args
data class UserPoolAdminCreateUserConfigArgs(val allowAdminCreateUserOnly: Output<Boolean>? = null, val inviteMessageTemplate: Output<UserPoolInviteMessageTemplateArgs>? = null, val unusedAccountValidityDays: Output<Int>? = null) : ConvertibleToJava<UserPoolAdminCreateUserConfigArgs>
Constructors
Link copied to clipboard
constructor(allowAdminCreateUserOnly: Output<Boolean>? = null, inviteMessageTemplate: Output<UserPoolInviteMessageTemplateArgs>? = null, unusedAccountValidityDays: Output<Int>? = null)
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.