Skip to main content

templates

Retrieves a list of templates in a region

Overview

Nametemplates
TypeResource
Descriptiontemplates
Idawscc.ses.templates

Fields

NameDatatypeDescription
idstring
regionstringAWS 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