cloudtrail:ListTags is a Read access-level action in the cloudtrail service. Grants permission to list the tags for trails, event data stores, channels or dashboards in the current region
ARNs that cloudtrail:ListTags can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloudtrail:ListTags.
Filters access by the tags attached to the resource
A minimal policy that allows cloudtrail:ListTags. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloudtrailListTags",
"Effect": "Allow",
"Action": "cloudtrail:ListTags",
"Resource": "*"
}
]
}