mediapackagev2:PutObject

Write

mediapackagev2:PutObject is a Write access-level action in the mediapackagev2 service. Grants permission to make PutObject requests to MediaPackage

Resource types

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

arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}
Channel

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in mediapackagev2

View all mediapackagev2 actions →