aws-marketplace:DescribeChangeSet is a Read access-level action in the aws-marketplace service. Grants permission to return the details of an existing change set
ARNs that aws-marketplace:DescribeChangeSet can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:DescribeChangeSet.
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:DescribeChangeSet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceDescribeChangeSet",
"Effect": "Allow",
"Action": "aws-marketplace:DescribeChangeSet",
"Resource": "*"
}
]
}