AWS::SES::CustomVerificationEmailTemplateResource Type definition for AWS::SES::CustomVerificationEmailTemplate.
import { CfnCustomVerificationEmailTemplate } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnCustomVerificationEmailTemplateConfiguration passed to the constructor as CfnCustomVerificationEmailTemplateProps.
failureRedirectionUrlRequiredstringThe URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
fromEmailAddressRequiredstringThe email address that the custom verification email is sent from.
successRedirectionUrlRequiredstringThe URL that the recipient of the verification email is sent to if his or her address is successfully verified.
templateContentRequiredstringThe 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.
templateNameRequiredstringThe name of the custom verification email template.
templateSubjectRequiredstringThe subject line of the custom verification email.
tagsOptionalCfnTag[]The tags (keys and values) associated with the tenant.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::CustomVerificationEmailTemplate