public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
CfnUserProps
CfnUserProps.Builder, CfnUserProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAuthenticationType()
The authentication type for the user.
|
java.lang.String |
getFirstName()
The first name, or given name, of the user.
|
java.lang.String |
getLastName()
The last name, or surname, of the user.
|
java.lang.String |
getMessageAction()
The action to take for the welcome email that is sent to a user after the user is created in the user pool.
|
java.lang.String |
getUserName()
The email address of the user.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAuthenticationType()
CfnUserProps
You must specify USERPOOL.
getAuthenticationType
in interface CfnUserProps
public final java.lang.String getUserName()
CfnUserProps
Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
getUserName
in interface CfnUserProps
public final java.lang.String getFirstName()
CfnUserProps
getFirstName
in interface CfnUserProps
public final java.lang.String getLastName()
CfnUserProps
getLastName
in interface CfnUserProps
public final java.lang.String getMessageAction()
CfnUserProps
If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.
The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.
getMessageAction
in interface CfnUserProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()