artifact:GetReport

Read

artifact:GetReport is a Read access-level action in the artifact service. Grants permission to download a report

Resource types

ARNs that artifact:GetReport can be scoped to in an IAM policy.

arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}
report

Condition keys

Keys you can use in the Condition block of a policy that grants artifact:GetReport.

artifact:ReportCategory String

Filters access by which category reports are associated with

artifact:ReportSeries String

Filters access by which series reports are associated with

Example IAM policy

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": "*"
    }
  ]
}

Related actions in artifact

View all artifact actions →