artifact:GetReportMetadata is a Read access-level action in the artifact service. Grants permission to download metadata associated with a report
ARNs that artifact:GetReportMetadata can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants artifact:GetReportMetadata.
Filters access by which category reports are associated with
Filters access by which series reports are associated with
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": "*"
}
]
}