Class UserVerificationConfig.Jsii$Proxy
- All Implemented Interfaces:
UserVerificationConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserVerificationConfig
UserVerificationConfig
-
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.UserVerificationConfig
UserVerificationConfig.Builder, UserVerificationConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UserVerificationConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theUserVerificationConfig.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 String
The email body template for the verification email sent to the user upon sign up.final VerificationEmailStyle
Emails can be verified either using a code or a link.final String
The email subject template for the verification email sent to the user upon sign up.final String
The message template for the verification SMS sent to the user upon sign up.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 theUserVerificationConfig.Builder
.
-
-
Method Details
-
getEmailBody
Description copied from interface:UserVerificationConfig
The email body template for the verification email sent to the user upon sign up.See https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-message-templates.html to learn more about message templates.
Default: - 'The verification code to your new account is {####}' if VerificationEmailStyle.CODE is chosen, 'Verify your account by clicking on {##Verify Email##}' if VerificationEmailStyle.LINK is chosen.
- Specified by:
getEmailBody
in interfaceUserVerificationConfig
-
getEmailStyle
Description copied from interface:UserVerificationConfig
Emails can be verified either using a code or a link.Learn more at https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-email-verification-message-customization.html
Default: VerificationEmailStyle.CODE
- Specified by:
getEmailStyle
in interfaceUserVerificationConfig
-
getEmailSubject
Description copied from interface:UserVerificationConfig
The email subject template for the verification email sent to the user upon sign up.See https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-message-templates.html to learn more about message templates.
Default: 'Verify your new account'
- Specified by:
getEmailSubject
in interfaceUserVerificationConfig
-
getSmsMessage
Description copied from interface:UserVerificationConfig
The message template for the verification SMS sent to the user upon sign up.See https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-message-templates.html to learn more about message templates.
Default: - 'The verification code to your new account is {####}' if VerificationEmailStyle.CODE is chosen, not configured if VerificationEmailStyle.LINK is chosen
- Specified by:
getSmsMessage
in interfaceUserVerificationConfig
-
$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()
-