public static final class CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigProperty.Builder, CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAllowAdminCreateUserOnly()
Set to `True` if only the administrator is allowed to create user profiles.
|
java.lang.Object |
getInviteMessageTemplate()
The message template to be used for the welcome message to new users.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAllowAdminCreateUserOnly()
CfnUserPool.AdminCreateUserConfigProperty
Set to False
if users can sign themselves up via an app.
getAllowAdminCreateUserOnly
in interface CfnUserPool.AdminCreateUserConfigProperty
public final java.lang.Object getInviteMessageTemplate()
CfnUserPool.AdminCreateUserConfigProperty
See also Customizing User Invitation Messages .
getInviteMessageTemplate
in interface CfnUserPool.AdminCreateUserConfigProperty
public final java.lang.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
TemporaryPasswordValidityDays
inPasswordPolicy
, that value will be used, andUnusedAccountValidityDays
will be no longer be an available parameter for that user pool.
getUnusedAccountValidityDays
in interface CfnUserPool.AdminCreateUserConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()