artifact:GetTermForReport is a Read access-level action in the artifact service. Grants permission to download a term associated with a report
ARNs that artifact:GetTermForReport can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants artifact:GetTermForReport.
Filters access by which category reports are associated with
Filters access by which series reports are associated with
A minimal policy that allows artifact:GetTermForReport. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowArtifactGetTermForReport",
"Effect": "Allow",
"Action": "artifact:GetTermForReport",
"Resource": "*"
}
]
}