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