ram:ListPermissionAssociations is a List access-level action in the ram service. Grants permission to list information about the permission and any associations
ARNs that ram:ListPermissionAssociations can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ram:ListPermissionAssociations.
Filters access by the tags associated with the resource
Filters access by the specified Permission ARN
Filters access by permissions of specified resource type
A minimal policy that allows ram:ListPermissionAssociations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRamListPermissionAssociations",
"Effect": "Allow",
"Action": "ram:ListPermissionAssociations",
"Resource": "*"
}
]
}