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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.UserVerificationConfig
UserVerificationConfig.Builder, UserVerificationConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserVerificationConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theUserVerificationConfig.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 StringThe email body template for the verification email sent to the user upon sign up.final VerificationEmailStyleEmails can be verified either using a code or a link.final StringThe email subject template for the verification email sent to the user upon sign up.final StringThe message template for the verification SMS sent to the user upon sign up.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 theUserVerificationConfig.Builder.
-
-
Method Details
-
getEmailBody
Description copied from interface:UserVerificationConfigThe 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:
getEmailBodyin interfaceUserVerificationConfig
-
getEmailStyle
Description copied from interface:UserVerificationConfigEmails 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:
getEmailStylein interfaceUserVerificationConfig
-
getEmailSubject
Description copied from interface:UserVerificationConfigThe 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:
getEmailSubjectin interfaceUserVerificationConfig
-
getSmsMessage
Description copied from interface:UserVerificationConfigThe 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:
getSmsMessagein interfaceUserVerificationConfig
-
$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()
-