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