timestream:ListTagsForResource

Read

timestream:ListTagsForResource is a Read access-level action in the timestream service. Grants permission to list tags of a resource in your account

Resource types

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

arn:${Partition}:timestream:${Region}:${Account}:database/${DatabaseName}
database
arn:${Partition}:timestream:${Region}:${Account}:scheduled-query/${ScheduledQueryName}
scheduled-query
arn:${Partition}:timestream:${Region}:${Account}:database/${DatabaseName}/table/${TableName}
table

Condition keys

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

aws:ResourceTag/${TagKey} String

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

Dependent actions

To use timestream:ListTagsForResource you may also need to grant:

Example IAM policy

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

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

Related actions in timestream

View all timestream actions →