mediapackage:UpdateOriginEndpoint is a Write access-level action in the mediapackage service. Grants permission to make changes to an endpoint in AWS Elemental MediaPackage
ARNs that mediapackage:UpdateOriginEndpoint can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants mediapackage:UpdateOriginEndpoint.
Filters access by the tag for a MediaPackage resource
A minimal policy that allows mediapackage:UpdateOriginEndpoint. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMediapackageUpdateOriginEndpoint",
"Effect": "Allow",
"Action": "mediapackage:UpdateOriginEndpoint",
"Resource": "*"
}
]
}