mediapackage:UpdateChannel

Write

mediapackage:UpdateChannel is a Write access-level action in the mediapackage service. Grants permission to make changes to a channel in AWS Elemental MediaPackage

Resource types

ARNs that mediapackage:UpdateChannel can be scoped to in an IAM policy.

arn:${Partition}:mediapackage:${Region}:${Account}:channels/${ChannelIdentifier}
channels

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tag for a MediaPackage resource

Example IAM policy

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

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

Related actions in mediapackage

View all mediapackage actions →