synthetics:ListTagsForResource

Read

synthetics:ListTagsForResource is a Read access-level action in the synthetics service. Grants permission to list all tags and values associated with a resource

Resource types

ARNs that synthetics:ListTagsForResource can be scoped to in an IAM policy.

arn:${Partition}:synthetics:${Region}:${Account}:canary:${CanaryName}
canary
arn:${Partition}:synthetics:${Region}:${Account}:group:${GroupId}
group

Condition keys

Keys you can use in the Condition block of a policy that grants synthetics:ListTagsForResource.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

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

Related actions in synthetics

View all synthetics actions →