aws.sesv2.list_custom_verification_email_templates
Example SQL Queries
SELECT * FROMaws.sesv2.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 |
|---|---|
| next_token Input Column A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification email templates. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. The value you specify has to be at least 1, and can be no more than 50. | BIGINT |
| _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
| |
| custom_verification_email_templates A list of the custom verification email templates that exist in your account. | STRUCT( |
Show child fields
| |