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