aws-marketplace:GetBuyerDashboard

Read

aws-marketplace:GetBuyerDashboard is a Read access-level action in the aws-marketplace service. Grants permission to view a dashboard that shows a buyer's AWS Marketplace purchase data

Resource types

ARNs that aws-marketplace:GetBuyerDashboard can be scoped to in an IAM policy.

arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}
Dashboard

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows aws-marketplace:GetBuyerDashboard. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAwsmarketplaceGetBuyerDashboard",
      "Effect": "Allow",
      "Action": "aws-marketplace:GetBuyerDashboard",
      "Resource": "*"
    }
  ]
}

Related actions in aws-marketplace

View all aws-marketplace actions →