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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.AdminCreateUserConfigProperty
CfnUserPool.AdminCreateUserConfigProperty.Builder, CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPool.AdminCreateUserConfigProperty.Builder
.protected
Jsii$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.AdminCreateUserConfigProperty
The 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:
getAllowAdminCreateUserOnly
in interfaceCfnUserPool.AdminCreateUserConfigProperty
- See Also:
-
getInviteMessageTemplate
Description copied from interface:CfnUserPool.AdminCreateUserConfigProperty
The template for the welcome message to new users.See also Customizing User Invitation Messages .
- Specified by:
getInviteMessageTemplate
in interfaceCfnUserPool.AdminCreateUserConfigProperty
- See Also:
-
getUnusedAccountValidityDays
Description copied from interface:CfnUserPool.AdminCreateUserConfigProperty
This parameter is no longer in use.Configure the duration of temporary passwords with the
TemporaryPasswordValidityDays
parameter of PasswordPolicyType . For older user pools that have aUnusedAccountValidityDays
configuration, 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
AdminCreateUser
again, specifyingRESEND
for theMessageAction
parameter.The default value for this parameter is 7.
- Specified by:
getUnusedAccountValidityDays
in interfaceCfnUserPool.AdminCreateUserConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-