aws-marketplace:AssociateProductsWithPrivateMarketplace is a Write access-level action in the aws-marketplace service. Grants permission to approve a request for a product to be associated with 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:AssociateProductsWithPrivateMarketplace. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceAssociateProductsWithPrivateMarketplace",
"Effect": "Allow",
"Action": "aws-marketplace:AssociateProductsWithPrivateMarketplace",
"Resource": "*"
}
]
}