mediaconvert:DescribeEndpoints is a List access-level action in the mediaconvert service. Grants permission to subscribe to the AWS Elemental MediaConvert service, by sending a request for an account-specific endpoint. All transcoding requests must be sent to the endpoint that the service returns
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows mediaconvert:DescribeEndpoints. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMediaconvertDescribeEndpoints",
"Effect": "Allow",
"Action": "mediaconvert:DescribeEndpoints",
"Resource": "*"
}
]
}