ses:SendTemplatedEmail

Write

ses:SendTemplatedEmail is a Write access-level action in the ses service. Grants permission to compose an email message using an email template

Resource types

ARNs that ses:SendTemplatedEmail can be scoped to in an IAM policy.

arn:${Partition}:ses:${Region}:${Account}:identity/${IdentityName}
identity
arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}
template
arn:${Partition}:ses:${Region}:${Account}:configuration-set/${ConfigurationSetName}
configuration-set

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows ses:SendTemplatedEmail. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSesSendTemplatedEmail",
      "Effect": "Allow",
      "Action": "ses:SendTemplatedEmail",
      "Resource": "*"
    }
  ]
}

Related actions in ses

View all ses actions →