auditmanager:GetEvidenceFoldersByAssessmentControl is a Read access-level action in the auditmanager service. Grants permission to get the evidence folders from an assessment control in AWS Audit Manager
ARNs that auditmanager:GetEvidenceFoldersByAssessmentControl can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows auditmanager:GetEvidenceFoldersByAssessmentControl. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAuditmanagerGetEvidenceFoldersByAssessmentControl",
"Effect": "Allow",
"Action": "auditmanager:GetEvidenceFoldersByAssessmentControl",
"Resource": "*"
}
]
}