ICognitoIdentityProviderAdminCreateUserConfigType
Interface in AWS.CognitoIdentityProvider
Interface for AdminCreateUserConfigType.
Properties
AllowAdminCreateUserOnly
property AllowAdminCreateUserOnly: TOptional<Boolean>
Whether user profiles can only be created by administrators.
If set to True, only administrators will be allowed to create user profiles. If set to False, users can sign themselves up via an app.
InviteMessageTemplate
property InviteMessageTemplate: ICognitoIdentityProviderMessageTemplateType
Type: ICognitoIdentityProviderMessageTemplateType
The message template to be used for the welcome message to new users.
UnusedAccountValidityDays
property UnusedAccountValidityDays: TOptional<Integer>
The number of days, after which the account will expire if not signed in to.
The default value if not specified is 7 days. To reset the account after this period of time, you must call AdminCreateUser specifying RESEND for the MessageAction.