Class CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.AdminCreateUserConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUserPool.AdminCreateUserConfigProperty
@Stability(Stable)
@Internal
public static final class CfnUserPool.AdminCreateUserConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPool.AdminCreateUserConfigProperty
An implementation for
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
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Set toTrue
if only the administrator is allowed to create user profiles.final Object
The message template to be used for the welcome message to new users.final Number
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.final int
hashCode()
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
Set toTrue
if only the administrator is allowed to create user profiles.Set to
False
if users can sign themselves up via an app.- Specified by:
getAllowAdminCreateUserOnly
in interfaceCfnUserPool.AdminCreateUserConfigProperty
-
getInviteMessageTemplate
Description copied from interface:CfnUserPool.AdminCreateUserConfigProperty
The message template to be used for the welcome message to new users.See also Customizing User Invitation Messages .
- Specified by:
getInviteMessageTemplate
in interfaceCfnUserPool.AdminCreateUserConfigProperty
-
getUnusedAccountValidityDays
Description copied from interface:CfnUserPool.AdminCreateUserConfigProperty
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.To reset the account after that time limit, you must call
AdminCreateUser
again, specifying"RESEND"
for theMessageAction
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.- Specified by:
getUnusedAccountValidityDays
in interfaceCfnUserPool.AdminCreateUserConfigProperty
-
$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()
-