AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::CustomVerificationEmailTemplate

CfnCustomVerificationEmailTemplate

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

Import

import { CfnCustomVerificationEmailTemplate } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnCustomVerificationEmailTemplate

Properties

Configuration passed to the constructor as CfnCustomVerificationEmailTemplateProps.

failureRedirectionUrlRequired
string

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

fromEmailAddressRequired
string

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

successRedirectionUrlRequired
string

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

templateContentRequired
string

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.

templateNameRequired
string

The name of the custom verification email template.

templateSubjectRequired
string

The subject line of the custom verification email.

tagsOptional
CfnTag[]

The tags (keys and values) associated with the tenant.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

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

Download Free Infographic