wellarchitected:ListShareInvitations is a List access-level action in the wellarchitected service. Grants permission to list the workload share invitations of the specified account or user
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows wellarchitected:ListShareInvitations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWellarchitectedListShareInvitations",
"Effect": "Allow",
"Action": "wellarchitected:ListShareInvitations",
"Resource": "*"
}
]
}