aws-marketplace:StartVerification is a Write access-level action in the aws-marketplace service. Grants permission to submit verification evidence to a Payment Service Provider and enable data sharing for a specified jurisdiction
ARNs that aws-marketplace:StartVerification can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:StartVerification.
Filters access by the tags associated with the resource
A minimal policy that allows aws-marketplace:StartVerification. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceStartVerification",
"Effect": "Allow",
"Action": "aws-marketplace:StartVerification",
"Resource": "*"
}
]
}