aws-marketplace:GetIssuedTaxInvoice is a Read access-level action in the aws-marketplace service. Grants permission to retrieve details of a specific tax invoice issued by AWS on behalf of a seller
ARNs that aws-marketplace:GetIssuedTaxInvoice can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:GetIssuedTaxInvoice.
Filters access by the tags associated with the resource
A minimal policy that allows aws-marketplace:GetIssuedTaxInvoice. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplaceGetIssuedTaxInvoice",
"Effect": "Allow",
"Action": "aws-marketplace:GetIssuedTaxInvoice",
"Resource": "*"
}
]
}