aws.ses.list_templates
Example SQL Queries
SELECT * FROMaws.ses.list_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 |
|---|---|
| _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
| |
| created_timestamp The time and date the template was created. | TIMESTAMP_S |
| name The name of the template. | VARCHAR |