aws-marketplace:DescribePrivateMarketplaceRequests is a List access-level action in the aws-marketplace service. Grants permission to describe requests and associated products in the Private Marketplace. This action can be performed by any account in an AWS Organization, provided the user has permissions to do so, and the Organization's Service Control Policies allow it
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 aws-marketplace:DescribePrivateMarketplaceRequests. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceDescribePrivateMarketplaceRequests",
"Effect": "Allow",
"Action": "aws-marketplace:DescribePrivateMarketplaceRequests",
"Resource": "*"
}
]
}