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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.VerificationMessageTemplateProperty
CfnUserPool.VerificationMessageTemplateProperty.Builder, CfnUserPool.VerificationMessageTemplateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPool.VerificationMessageTemplateProperty.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 configuration of verification emails to contain a clickable link or a verification code.final String
The template for email messages that Amazon Cognito sends to your users.final String
The email message template for sending a confirmation link to the user.final String
The subject line for the email message template.final String
The subject line for the email message template for sending a confirmation link to the user.final String
The template for SMS messages that Amazon Cognito sends to your users.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 theCfnUserPool.VerificationMessageTemplateProperty.Builder
.
-
-
Method Details
-
getDefaultEmailOption
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The 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:
getDefaultEmailOption
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
getEmailMessage
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The template for email messages that Amazon Cognito sends to your users.You can set an
EmailMessage
template 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:
getEmailMessage
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
getEmailMessageByLink
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The email message template for sending a confirmation link to the user.You can set an
EmailMessageByLink
template 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:
getEmailMessageByLink
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
getEmailSubject
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The subject line for the email message template.You can set an
EmailSubject
template 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:
getEmailSubject
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
getEmailSubjectByLink
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The subject line for the email message template for sending a confirmation link to the user.You can set an
EmailSubjectByLink
template 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:
getEmailSubjectByLink
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
getSmsMessage
Description copied from interface:CfnUserPool.VerificationMessageTemplateProperty
The template for SMS messages that Amazon Cognito sends to your users.- Specified by:
getSmsMessage
in interfaceCfnUserPool.VerificationMessageTemplateProperty
- See Also:
-
$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()
-