aws-marketplace:PutResourcePolicy is a Permissions management access-level action in the aws-marketplace service. Grants permission to attach a resource policy to an existing entity
ARNs that aws-marketplace:PutResourcePolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:PutResourcePolicy.
Filters access by the tags associated with the resource
Filters access by the change type in the StartChangeSet request
A minimal policy that allows aws-marketplace:PutResourcePolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplacePutResourcePolicy",
"Effect": "Allow",
"Action": "aws-marketplace:PutResourcePolicy",
"Resource": "*"
}
]
}