AWS::SES::CustomVerificationEmailTemplateResource Type definition for AWS::SES::CustomVerificationEmailTemplate.
7 configurable properties. 6 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FailureRedirectionURL | string | Required |
FromEmailAddress | string | Required |
SuccessRedirectionURL | string | Required |
TemplateContent | string | Required |
TemplateName | string | RequiredCreate-only |
TemplateSubject | string | Required |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::CustomVerificationEmailTemplate
Resources:
MyResource:
Type: AWS::SES::CustomVerificationEmailTemplate
Properties:
TemplateName: "my-templatename"
FromEmailAddress: "value"
TemplateSubject: "value"
TemplateContent: "value"
SuccessRedirectionURL: "value"
FailureRedirectionURL: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ses:CreateCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplateses:TagResourceses:GetCustomVerificationEmailTemplateses:UpdateCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplateses:TagResourceses:UntagResourceses:DeleteCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplateses:ListCustomVerificationEmailTemplatesEverything you need to know about SES on one page. HD quality, print-friendly.
Download Free InfographicTemplateNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TemplateName