mediaconnect:DescribeReservation is a Read access-level action in the mediaconnect service. Grants permission to display the details of a reservation
ARNs that mediaconnect:DescribeReservation can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows mediaconnect:DescribeReservation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMediaconnectDescribeReservation",
"Effect": "Allow",
"Action": "mediaconnect:DescribeReservation",
"Resource": "*"
}
]
}