templates
Retrieves a list of templates
in a region
Overview
Name | templates |
Type | Resource |
Description | templates |
Id | awscc.ses.templates |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.ses.templates
WHERE region = 'us-east-1'
Permissions
To operate on the templates
resource, the following permissions are required:
Create
ses:CreateEmailTemplate,
ses:GetEmailTemplate,
ses:CreateTemplate,
ses:GetTemplate
List
ses:ListEmailTemplates,
ses:ListTemplates