aws-marketplace:GetVerificationEvidence

Read

aws-marketplace:GetVerificationEvidence is a Read access-level action in the aws-marketplace service. Grants permission to retrieve the complete content of a specific verification evidence resource

Resource types

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

arn:${Partition}:aws-marketplace:${Region}:${Account}:verification-type/${VerificationType}/verification-evidence/${ResourceId}
VerificationEvidence

Condition keys

Keys you can use in the Condition block of a policy that grants aws-marketplace:GetVerificationEvidence.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in aws-marketplace

View all aws-marketplace actions →