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