aws.ses.list_custom_verification_email_templates
Example SQL Queries
SELECT * FROMaws.ses.list_custom_verification_email_templates;Description
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.
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 |
|---|---|
| _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_name The name of the custom verification email template. | VARCHAR |
| template_subject The subject line of the custom verification email. | VARCHAR |