mediapackagev2:UpdateChannelGroup

Write

mediapackagev2:UpdateChannelGroup is a Write access-level action in the mediapackagev2 service. Grants permission to update a channel group

Resource types

ARNs that mediapackagev2:UpdateChannelGroup can be scoped to in an IAM policy.

arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}
ChannelGroup

Condition keys

Keys you can use in the Condition block of a policy that grants mediapackagev2:UpdateChannelGroup.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

A minimal policy that allows mediapackagev2:UpdateChannelGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediapackagev2UpdateChannelGroup",
      "Effect": "Allow",
      "Action": "mediapackagev2:UpdateChannelGroup",
      "Resource": "*"
    }
  ]
}

Related actions in mediapackagev2

View all mediapackagev2 actions →