@Stability(value=Stable) public static final class CfnUserPool.AdminCreateUserConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.AdminCreateUserConfigProperty>
CfnUserPool.AdminCreateUserConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty.Builder allowAdminCreateUserOnly(Boolean allowAdminCreateUserOnly)
CfnUserPool.AdminCreateUserConfigProperty.getAllowAdminCreateUserOnly()allowAdminCreateUserOnly - 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.this@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty.Builder allowAdminCreateUserOnly(IResolvable allowAdminCreateUserOnly)
CfnUserPool.AdminCreateUserConfigProperty.getAllowAdminCreateUserOnly()allowAdminCreateUserOnly - 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.this@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty.Builder inviteMessageTemplate(CfnUserPool.InviteMessageTemplateProperty inviteMessageTemplate)
CfnUserPool.AdminCreateUserConfigProperty.getInviteMessageTemplate()inviteMessageTemplate - The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages .this@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty.Builder inviteMessageTemplate(IResolvable inviteMessageTemplate)
CfnUserPool.AdminCreateUserConfigProperty.getInviteMessageTemplate()inviteMessageTemplate - The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages .this@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty.Builder unusedAccountValidityDays(Number unusedAccountValidityDays)
CfnUserPool.AdminCreateUserConfigProperty.getUnusedAccountValidityDays()unusedAccountValidityDays - 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.
If you set a value for
TemporaryPasswordValidityDaysinPasswordPolicy, that value will be used, andUnusedAccountValidityDayswill be no longer be an available parameter for that user pool.
this@Stability(value=Stable) public CfnUserPool.AdminCreateUserConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.AdminCreateUserConfigProperty>CfnUserPool.AdminCreateUserConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.