artifact:GetReportMetadata

Read

artifact:GetReportMetadata is a Read access-level action in the artifact service. Grants permission to download metadata associated with a report

Resource types

ARNs that artifact:GetReportMetadata 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:GetReportMetadata.

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:GetReportMetadata. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowArtifactGetReportMetadata",
      "Effect": "Allow",
      "Action": "artifact:GetReportMetadata",
      "Resource": "*"
    }
  ]
}

Related actions in artifact

View all artifact actions →