Class CfnUserPool.VerificationMessageTemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.VerificationMessageTemplateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPool.VerificationMessageTemplateProperty
CfnUserPool.VerificationMessageTemplateProperty-
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.VerificationMessageTemplateProperty
CfnUserPool.VerificationMessageTemplateProperty.Builder, CfnUserPool.VerificationMessageTemplateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPool.VerificationMessageTemplateProperty.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 configuration of verification emails to contain a clickable link or a verification code.final StringThe template for email messages that Amazon Cognito sends to your users.final StringThe email message template for sending a confirmation link to the user.final StringThe subject line for the email message template.final StringThe subject line for the email message template for sending a confirmation link to the user.final StringThe template for SMS messages that Amazon Cognito sends to your users.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.VerificationMessageTemplateProperty.Builder.
-
-
Method Details
-
getDefaultEmailOption
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe configuration of verification emails to contain a clickable link or a verification code.For link, your template body must contain link text in the format
{##Click here##}. "Click here" in the example is a customizable string. For code, your template body must contain a code placeholder in the format{####}.- Specified by:
getDefaultEmailOptionin interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
getEmailMessage
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe template for email messages that Amazon Cognito sends to your users.You can set an
EmailMessagetemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.- Specified by:
getEmailMessagein interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
getEmailMessageByLink
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe email message template for sending a confirmation link to the user.You can set an
EmailMessageByLinktemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.- Specified by:
getEmailMessageByLinkin interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
getEmailSubject
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe subject line for the email message template.You can set an
EmailSubjecttemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.- Specified by:
getEmailSubjectin interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
getEmailSubjectByLink
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe subject line for the email message template for sending a confirmation link to the user.You can set an
EmailSubjectByLinktemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.- Specified by:
getEmailSubjectByLinkin interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
getSmsMessage
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe template for SMS messages that Amazon Cognito sends to your users.- Specified by:
getSmsMessagein interfaceCfnUserPool.VerificationMessageTemplateProperty- See Also:
-
$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()
-