timestream-influxdb:ListTagsForResource

Read

timestream-influxdb:ListTagsForResource is a Read access-level action in the timestream-influxdb service. Grants permission to list tags for a Timestream InfluxDB resource

Resource types

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

arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-cluster/${DbClusterId}
db-cluster
arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-instance/${DbInstanceIdentifier}
db-instance
arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-parameter-group/${DbParameterGroupIdentifier}
db-parameter-group

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by a tag key and value pair of a resource

Example IAM policy

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

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

Related actions in timestream-influxdb

View all timestream-influxdb actions →