access-analyzer:UpdateArchiveRule is a Write access-level action in the access-analyzer service. Grants permission to modify an archive rule
ARNs that access-analyzer:UpdateArchiveRule can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows access-analyzer:UpdateArchiveRule. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAccessanalyzerUpdateArchiveRule",
"Effect": "Allow",
"Action": "access-analyzer:UpdateArchiveRule",
"Resource": "*"
}
]
}