Class CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.AdminCreateUserConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigProperty.Builder, CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPool.AdminCreateUserConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPool.AdminCreateUserConfigProperty.Builder.
-
-
Method Details
-
getAllowAdminCreateUserOnly
Description copied from interface:CfnUserPool.AdminCreateUserConfigPropertyThe setting for allowing self-service sign-up.When
true, only administrators can create new user profiles. Whenfalse, users can register themselves and create a new user profile with the SignUp operation.- Specified by:
getAllowAdminCreateUserOnlyin interfaceCfnUserPool.AdminCreateUserConfigProperty- See Also:
-
getInviteMessageTemplate
Description copied from interface:CfnUserPool.AdminCreateUserConfigPropertyThe template for the welcome message to new users.See also Customizing User Invitation Messages .
- Specified by:
getInviteMessageTemplatein interfaceCfnUserPool.AdminCreateUserConfigProperty- See Also:
-
getUnusedAccountValidityDays
Description copied from interface:CfnUserPool.AdminCreateUserConfigPropertyThis parameter is no longer in use.Configure the duration of temporary passwords with the
TemporaryPasswordValidityDaysparameter of PasswordPolicyType . For older user pools that have aUnusedAccountValidityDaysconfiguration, that value is effective until you set a value forTemporaryPasswordValidityDays.The password expiration limit in days for administrator-created users. When this time expires, the user can't sign in with their temporary password. To reset the account after that time limit, you must call
AdminCreateUseragain, specifyingRESENDfor theMessageActionparameter.The default value for this parameter is 7.
- Specified by:
getUnusedAccountValidityDaysin interfaceCfnUserPool.AdminCreateUserConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-