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 default email option.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 default email option.- Specified by:
getDefaultEmailOptionin interfaceCfnUserPool.VerificationMessageTemplateProperty
-
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
-
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
-
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
-
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
-
getSmsMessage
Description copied from interface:CfnUserPool.VerificationMessageTemplatePropertyThe template for SMS messages that Amazon Cognito sends to your users.- Specified by:
getSmsMessagein interfaceCfnUserPool.VerificationMessageTemplateProperty
-
$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()
-