AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::CustomVerificationEmailTemplate

SES CustomVerificationEmailTemplate

Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.

Properties

7 configurable properties. 6 required. Click a row to see details.

Filter:
PropertyTypeFlags
FailureRedirectionURL
string
Required
FromEmailAddress
string
Required
SuccessRedirectionURL
string
Required
TemplateContent
string
Required
TemplateName
string
RequiredCreate-only
TemplateSubject
string
Required
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:CreateCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplateses:TagResource

read

ses:GetCustomVerificationEmailTemplate

update

ses:UpdateCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplateses:TagResourceses:UntagResource

delete

ses:DeleteCustomVerificationEmailTemplateses:GetCustomVerificationEmailTemplate

list

ses:ListCustomVerificationEmailTemplates

Get the SES Cheat Sheet

Everything you need to know about SES on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceSES
Properties7
Required6
TaggingSupported
Primary IDTemplateName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TemplateName

External Links