workmail:GetAccessControlEffect is a Read access-level action in the workmail service. Grants permission to get the effects of access control rules as they apply to a specified IPv4 address, access protocol action, or user ID
ARNs that workmail:GetAccessControlEffect can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants workmail:GetAccessControlEffect.
Filters access by the tag key-value pairs attached to the resource
A minimal policy that allows workmail:GetAccessControlEffect. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWorkmailGetAccessControlEffect",
"Effect": "Allow",
"Action": "workmail:GetAccessControlEffect",
"Resource": "*"
}
]
}