auditmanager:GetEvidenceFolder

Read

auditmanager:GetEvidenceFolder is a Read access-level action in the auditmanager service. Grants permission to get the evidence folder from AWS Audit Manager

Resource types

ARNs that auditmanager:GetEvidenceFolder can be scoped to in an IAM policy.

arn:${Partition}:auditmanager:${Region}:${Account}:assessment/${AssessmentId}/controlSet/${ControlSetId}
assessmentControlSet

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows auditmanager:GetEvidenceFolder. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAuditmanagerGetEvidenceFolder",
      "Effect": "Allow",
      "Action": "auditmanager:GetEvidenceFolder",
      "Resource": "*"
    }
  ]
}

Related actions in auditmanager

View all auditmanager actions →