AWSRevenueAttributionManagement
Description: Provides necessary access for revenue attribution management activities.
AWSRevenueAttributionManagement is an AWS managed policy.
Using this policy
You can attach AWSRevenueAttributionManagement to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: June 30, 2026, 16:57 UTC
-
Edited time: June 30, 2026, 16:57 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSRevenueAttributionManagement
Policy version
Policy version: v1 (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" : "RevenueAttributionCreation", "Effect" : "Allow", "Action" : [ "partnercentral:CreateRevenueAttribution" ], "Resource" : "*", "Condition" : { "StringEquals" : { "partnercentral:Catalog" : [ "AWS", "Sandbox" ] } } }, { "Sid" : "RevenueAttributionListing", "Effect" : "Allow", "Action" : [ "partnercentral:ListRevenueAttributions" ], "Resource" : "*", "Condition" : { "StringEquals" : { "partnercentral:Catalog" : [ "AWS", "Sandbox" ] } } }, { "Sid" : "RevenueAttributionManagement", "Effect" : "Allow", "Action" : [ "partnercentral:GetRevenueAttribution", "partnercentral:UpdateRevenueAttribution" ], "Resource" : "arn:aws:partnercentral:*:*:catalog/*/revenue-attribution/*", "Condition" : { "StringEquals" : { "partnercentral:Catalog" : [ "AWS", "Sandbox" ] } } }, { "Sid" : "TaggingAccess", "Effect" : "Allow", "Action" : [ "partnercentral:TagResource", "partnercentral:UntagResource", "partnercentral:ListTagsForResource" ], "Resource" : [ "arn:aws:partnercentral:*:*:catalog/*/revenue-attribution/*" ], "Condition" : { "StringEquals" : { "partnercentral:Catalog" : [ "AWS", "Sandbox" ] } } } ] }