ses:TagResource

Tagging

ses:TagResource is a Tagging access-level action in the ses service. Grants permission to add one or more tags (keys and values) to a specified resource

Resource types

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

arn:${Partition}:ses:${Region}:${Account}:configuration-set/${ConfigurationSetName}
configuration-set
arn:${Partition}:ses:${Region}:${Account}:contact-list/${ContactListName}
contact-list
arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}
custom-verification-email-template
arn:${Partition}:ses:${Region}:${Account}:dedicated-ip-pool/${DedicatedIPPool}
dedicated-ip-pool
arn:${Partition}:ses:${Region}:${Account}:deliverability-test-report/${ReportId}
deliverability-test-report
arn:${Partition}:ses:${Region}:${Account}:identity/${IdentityName}
identity
arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}
template
arn:${Partition}:ses:${Region}:${Account}:tenant/${TenantName}/${TenantId}
tenant

Condition keys

Keys you can use in the Condition block of a policy that grants ses:TagResource.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

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

Related actions in ses

View all ses actions →