aws-marketplace:DescribePrivateMarketplaceRequests

List

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

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in aws-marketplace

View all aws-marketplace actions →