mediapackage:ConfigureLogs

Write

mediapackage:ConfigureLogs is a Write access-level action in the mediapackage service. Grants permission to configure access logs for a Channel

Resource types

ARNs that mediapackage:ConfigureLogs 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:ConfigureLogs.

aws:ResourceTag/${TagKey} String

Filters access by the tag for a MediaPackage resource

Dependent actions

To use mediapackage:ConfigureLogs you may also need to grant:

Example IAM policy

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

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

Related actions in mediapackage

View all mediapackage actions →