@Stability(value=Stable) @Internal public static final class CfnUserPool.PasswordPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.PasswordPolicyProperty
CfnUserPool.PasswordPolicyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPool.PasswordPolicyProperty.Builder, CfnUserPool.PasswordPolicyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPool.PasswordPolicyProperty.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) |
Number |
getMinimumLength()
The minimum length of the password in the policy that you have set.
|
Object |
getRequireLowercase()
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
|
Object |
getRequireNumbers()
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
|
Object |
getRequireSymbols()
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
|
Object |
getRequireUppercase()
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
|
Number |
getTemporaryPasswordValidityDays()
The number of days a temporary password is valid in the password policy.
|
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.PasswordPolicyProperty.Builder builder)
CfnUserPool.AccountRecoverySettingProperty.Builder.public final Number getMinimumLength()
CfnUserPool.PasswordPolicyPropertyThis value can't be less than 6.
getMinimumLength in interface CfnUserPool.PasswordPolicyPropertypublic final Object getRequireLowercase()
CfnUserPool.PasswordPolicyPropertygetRequireLowercase in interface CfnUserPool.PasswordPolicyPropertypublic final Object getRequireNumbers()
CfnUserPool.PasswordPolicyPropertygetRequireNumbers in interface CfnUserPool.PasswordPolicyPropertypublic final Object getRequireSymbols()
CfnUserPool.PasswordPolicyPropertygetRequireSymbols in interface CfnUserPool.PasswordPolicyPropertypublic final Object getRequireUppercase()
CfnUserPool.PasswordPolicyPropertygetRequireUppercase in interface CfnUserPool.PasswordPolicyPropertypublic final Number getTemporaryPasswordValidityDays()
CfnUserPool.PasswordPolicyPropertyIf the user doesn't sign in during this time, an administrator must reset their password.
When you set
TemporaryPasswordValidityDaysfor a user pool, you can no longer set a value for the legacyUnusedAccountValidityDaysparameter in that user pool.
getTemporaryPasswordValidityDays in interface CfnUserPool.PasswordPolicyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.