aws.ses.get_template
Example SQL Queries
SELECT * FROMaws.ses.get_templateWHERE"template_name" = 'VALUE';Description
Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.
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 template to retrieve. | 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
| |
| template The content of the email, composed of a subject line and either an HTML part or a text-only part. | STRUCT( |
Show child fields
| |