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