AWSPrivateMarketplaceAdminFullAccess
Description: Provides full access to all administrative actions for an AWS Private Marketplace.
AWSPrivateMarketplaceAdminFullAccess
is an AWS managed policy.
Using this policy
You can attach AWSPrivateMarketplaceAdminFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: November 27, 2018, 16:32 UTC
-
Edited time: February 14, 2024, 22:05 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSPrivateMarketplaceAdminFullAccess
Policy version
Policy version: v6 (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" : [ { "Sid" : "PrivateMarketplaceRequestPermissions", "Effect" : "Allow", "Action" : [ "aws-marketplace:AssociateProductsWithPrivateMarketplace", "aws-marketplace:DisassociateProductsFromPrivateMarketplace", "aws-marketplace:ListPrivateMarketplaceRequests", "aws-marketplace:DescribePrivateMarketplaceRequests" ], "Resource" : [ "*" ] }, { "Sid" : "PrivateMarketplaceCatalogAPIPermissions", "Effect" : "Allow", "Action" : [ "aws-marketplace:ListEntities", "aws-marketplace:DescribeEntity", "aws-marketplace:StartChangeSet", "aws-marketplace:ListChangeSets", "aws-marketplace:DescribeChangeSet", "aws-marketplace:CancelChangeSet" ], "Resource" : "*" }, { "Sid" : "PrivateMarketplaceCatalogTaggingPermissions", "Effect" : "Allow", "Action" : [ "aws-marketplace:TagResource", "aws-marketplace:UntagResource", "aws-marketplace:ListTagsForResource" ], "Resource" : "arn:aws:aws-marketplace:*:*:AWSMarketplace/*" }, { "Sid" : "PrivateMarketplaceOrganizationPermissions", "Effect" : "Allow", "Action" : [ "organizations:DescribeOrganization", "organizations:DescribeOrganizationalUnit", "organizations:DescribeAccount", "organizations:ListRoots", "organizations:ListParents", "organizations:ListOrganizationalUnitsForParent", "organizations:ListAccountsForParent", "organizations:ListAccounts", "organizations:ListAWSServiceAccessForOrganization", "organizations:ListDelegatedAdministrators" ], "Resource" : "*" } ] }