aws-marketplace:TagResource is a Tagging access-level action in the aws-marketplace service. Grants permission to add new tags to a resource. Supported resource: Entity, ChangeSet, InvoiceSubmissionTask, IssuedTaxInvoice
ARNs that aws-marketplace:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:TagResource.
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:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceTagResource",
"Effect": "Allow",
"Action": "aws-marketplace:TagResource",
"Resource": "*"
}
]
}