mediapackage:ListTagsForResource is a Read access-level action in the mediapackage service. Grants permission to list the tags assigned to a Channel or OriginEndpoint
ARNs that mediapackage:ListTagsForResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants mediapackage:ListTagsForResource.
Filters access by the tag for a MediaPackage resource
A minimal policy that allows mediapackage:ListTagsForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMediapackageListTagsForResource",
"Effect": "Allow",
"Action": "mediapackage:ListTagsForResource",
"Resource": "*"
}
]
}