AWSMarketplaceSellerProductsReadOnly
Description: Provide sellers read-only access to AWS Marketplace Management Products page.
AWSMarketplaceSellerProductsReadOnly
is an AWS managed policy.
Using this policy
You can attach AWSMarketplaceSellerProductsReadOnly
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: July 02, 2019, 21:40 UTC
-
Edited time: December 10, 2024, 18:51 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSMarketplaceSellerProductsReadOnly
Policy version
Policy version: v5 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : [
"aws-marketplace:ListChangeSets",
"aws-marketplace:DescribeChangeSet",
"aws-marketplace:ListEntities",
"aws-marketplace:DescribeEntity",
"aws-marketplace:ListAssessments",
"aws-marketplace:DescribeAssessment",
"ec2:DescribeImages",
"ec2:DescribeSnapshots"
],
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : [
"aws-marketplace:ListTagsForResource"
],
"Resource" : "arn:aws:aws-marketplace:*:*:AWSMarketplace/*"
},
{
"Effect" : "Allow",
"Action" : [
"aws-marketplace:GetResourcePolicy"
],
"Resource" : "arn:aws:aws-marketplace:*:*:AWSMarketplace/*"
}
]
}