AWS::SES::CustomVerificationEmailTemplate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SES::CustomVerificationEmailTemplate

Represents a request to create a custom verification email template.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SES::CustomVerificationEmailTemplate", "Properties" : { "FailureRedirectionURL" : String, "FromEmailAddress" : String, "SuccessRedirectionURL" : String, "Tags" : [ Tag, ... ], "TemplateContent" : String, "TemplateName" : String, "TemplateSubject" : String } }

YAML

Type: AWS::SES::CustomVerificationEmailTemplate Properties: FailureRedirectionURL: String FromEmailAddress: String SuccessRedirectionURL: String Tags: - Tag TemplateContent: String TemplateName: String TemplateSubject: String

Properties

FailureRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Required: Yes

Type: String

Update requires: No interruption

FromEmailAddress

The email address that the custom verification email is sent from.

Required: Yes

Type: String

Update requires: No interruption

SuccessRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

Required: Yes

Type: String

Update requires: No interruption

Tags

An array of objects that define the tags (keys and values) to associate with the custom verification email template.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

TemplateContent

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. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.

Required: Yes

Type: String

Update requires: No interruption

TemplateName

The name of the custom verification email template.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

TemplateSubject

The subject line of the custom verification email.

Required: Yes

Type: String

Update requires: No interruption

Return values

Ref