class Aws::SES::Types::CreateCustomVerificationEmailTemplateRequest

Represents a request to create a custom verification email template.

@note When making an API call, you may pass CreateCustomVerificationEmailTemplateRequest

data as a hash:

    {
      template_name: "TemplateName", # required
      from_email_address: "FromAddress", # required
      template_subject: "Subject", # required
      template_content: "TemplateContent", # required
      success_redirection_url: "SuccessRedirectionURL", # required
      failure_redirection_url: "FailureRedirectionURL", # required
    }

@!attribute [rw] template_name

The name of the custom verification email template.
@return [String]

@!attribute [rw] from_email_address

The email address that the custom verification email is sent from.
@return [String]

@!attribute [rw] template_subject

The subject line of the custom verification email.
@return [String]

@!attribute [rw] template_content

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][1] in the *Amazon SES
Developer Guide*.

[1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html#custom-verification-emails-faq
@return [String]

@!attribute [rw] success_redirection_url

The URL that the recipient of the verification email is sent to if
his or her address is successfully verified.
@return [String]

@!attribute [rw] failure_redirection_url

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

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateCustomVerificationEmailTemplateRequest AWS API Documentation

Constants

SENSITIVE