---
type: resource-type
title: CustomVerificationEmailTemplate
description: aws resource type AWS::SES::CustomVerificationEmailTemplate
name: CustomVerificationEmailTemplate
lexicon: aws
resource_type: AWS::SES::CustomVerificationEmailTemplate
---
`AWS::SES::CustomVerificationEmailTemplate`, a resource type of the aws lexicon.

## Properties

- `FailureRedirectionURL` (`string`, required): The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- `FromEmailAddress` (`string`, required): The email address that the custom verification email is sent from.
- `SuccessRedirectionURL` (`string`, required): The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- `TemplateContent` (`string`, required): The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
- `TemplateName` (`string`, required): The name of the custom verification email template.
- `TemplateSubject` (`string`, required): The subject line of the custom verification email.
- `Tags` (`CustomVerificationEmailTemplate_Tag[]`, optional): The tags (keys and values) associated with the tenant.
