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:StringFromEmailAddress:StringSuccessRedirectionURL:StringTags:- TagTemplateContent:StringTemplateName:StringTemplateSubject: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
-
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:
0Maximum:
50Update 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:
1Maximum:
64Update requires: Replacement
TemplateSubject-
The subject line of the custom verification email.
Required: Yes
Type: String
Update requires: No interruption