Skip to main content

ICognitoIdentityProviderVerificationMessageTemplateType

Interface in AWS.CognitoIdentityProvider

Interface for VerificationMessageTemplateType.

Properties

DefaultEmailOption

property DefaultEmailOption: string

The default email option.

EmailMessage

property EmailMessage: string

The template for the email message that Amazon Cognito sends to your users.

Minimum length: 6 characters, maximum length: 20,000 characters. An EmailMessage template can only be supplied if the EmailSendingAccount is DEVELOPER.

property EmailMessageByLink: string

The template for the email message sending a confirmation link to your users.

Minimum length: 6 characters, maximum length: 20,000 characters. An EmailMessageByLink template can only be supplied if the EmailSendingAccount is DEVELOPER.

EmailSubject

property EmailSubject: string

The subject line for the email message template.

Minimum length: 1 characters, maximum length: 140 characters. An EmailSubject template can only be supplied if the EmailSendingAccount is DEVELOPER.

property EmailSubjectByLink: string

The subject line for the email message template sending a confirmation link to the user.

Minimum length: 1 characters, maximum length: 140 characters. An EmailSubjectByLink template can only be supplied if the EmailSendingAccount is DEVELOPER.

SmsMessage

property SmsMessage: string

The template for SMS messages that Amazon Cognito sends to your users.

Minimum length: 6 characters, maximum length: 140 characters.