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.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
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSet toTrueif only the administrator is allowed to create user profiles.final ObjectThe message template to be used for the welcome message to new users.final NumberThe user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable.final inthashCode()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.AdminCreateUserConfigPropertySet toTrueif only the administrator is allowed to create user profiles.Set to
Falseif users can sign themselves up via an app.- Specified by:
getAllowAdminCreateUserOnlyin interfaceCfnUserPool.AdminCreateUserConfigProperty
-
getInviteMessageTemplate
Description copied from interface:CfnUserPool.AdminCreateUserConfigPropertyThe message template to be used for the welcome message to new users.See also Customizing User Invitation Messages .
- Specified by:
getInviteMessageTemplatein interfaceCfnUserPool.AdminCreateUserConfigProperty
-
getUnusedAccountValidityDays
Description copied from interface:CfnUserPool.AdminCreateUserConfigPropertyThe 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
AdminCreateUseragain, specifying"RESEND"for theMessageActionparameter. The default value for this parameter is 7.If you set a value for
TemporaryPasswordValidityDaysinPasswordPolicy, that value will be used, andUnusedAccountValidityDayswill be no longer be an available parameter for that user pool.- Specified by:
getUnusedAccountValidityDaysin interfaceCfnUserPool.AdminCreateUserConfigProperty
-
$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()
-