@Stability(value=Stable) @Internal public static final class CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPool.AdminCreateUserConfigProperty.Builder, CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPool.AdminCreateUserConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPool.AccountRecoverySettingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAllowAdminCreateUserOnly()
Set to `True` if only the administrator is allowed to create user profiles.
|
Object |
getInviteMessageTemplate()
The message template to be used for the welcome message to new users.
|
Number |
getUnusedAccountValidityDays()
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnUserPool.AdminCreateUserConfigProperty.Builder builder)
CfnUserPool.AccountRecoverySettingProperty.Builder.public final Object getAllowAdminCreateUserOnly()
CfnUserPool.AdminCreateUserConfigProperty
Set to False if users can sign themselves up via an app.
getAllowAdminCreateUserOnly in interface CfnUserPool.AdminCreateUserConfigPropertypublic final Object getInviteMessageTemplate()
CfnUserPool.AdminCreateUserConfigPropertySee also Customizing User Invitation Messages .
getInviteMessageTemplate in interface CfnUserPool.AdminCreateUserConfigPropertypublic final Number getUnusedAccountValidityDays()
CfnUserPool.AdminCreateUserConfigProperty
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.
getUnusedAccountValidityDays in interface CfnUserPool.AdminCreateUserConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.