mediapackage-vod:UpdatePackagingGroup

Write

mediapackage-vod:UpdatePackagingGroup is a Write access-level action in the mediapackage-vod service. Grants permission to update a packaging group in AWS Elemental MediaPackage

Resource types

ARNs that mediapackage-vod:UpdatePackagingGroup can be scoped to in an IAM policy.

arn:${Partition}:mediapackage-vod:${Region}:${Account}:packaging-groups/${PackagingGroupIdentifier}
packaging-groups

Condition keys

Keys you can use in the Condition block of a policy that grants mediapackage-vod:UpdatePackagingGroup.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows mediapackage-vod:UpdatePackagingGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediapackagevodUpdatePackagingGroup",
      "Effect": "Allow",
      "Action": "mediapackage-vod:UpdatePackagingGroup",
      "Resource": "*"
    }
  ]
}

Related actions in mediapackage-vod

View all mediapackage-vod actions →