aws-marketplace-management:viewSettings

List

aws-marketplace-management:viewSettings is a List access-level action in the aws-marketplace-management service. Allows access to the Settings page inside the AWS Marketplace Management Portal

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in aws-marketplace-management

View all aws-marketplace-management actions →