ses:ListTagsForResource

Read

ses:ListTagsForResource is a Read access-level action in the ses service. Grants permission to retrieve a list of the tags (keys and values) that are associated with a specific resource for your account

Resource types

ARNs that ses:ListTagsForResource 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:ListTagsForResource.

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

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

Related actions in ses

View all ses actions →