aws.sesv2.list_email_templates
Example SQL Queries
SELECT * FROMaws.sesv2.list_email_templates;Description
Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.
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 email templates available to be listed. Pass this token to a subsequent ListEmailTemplates call to retrieve the next 10 email templates. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListEmailTemplates. 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 100. | 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
| |
| templates_metadata An array the contains the name and creation time stamp for each template in your Amazon SES account. | STRUCT( |
Show child fields
| |