aws.ses.get_custom_verification_email_template
Example SQL Queries
SELECT * FROMaws.ses.get_custom_verification_email_templateWHERE"template_name" = 'VALUE';Description
Returns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The name of the custom verification email template. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| failure_redirection_url The URL that the recipient of the verification email is sent to if his or her address is not successfully verified. | VARCHAR |
| from_email_address The email address that the custom verification email is sent from. | VARCHAR |
| success_redirection_url The URL that the recipient of the verification email is sent to if his or her address is successfully verified. | VARCHAR |
| template_content The content of the custom verification email. | VARCHAR |
| template_subject The subject line of the custom verification email. | VARCHAR |