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