ram:AcceptResourceShareInvitation is a Write access-level action in the ram service. Grants permission to accept the specified resource share invitation
ARNs that ram:AcceptResourceShareInvitation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ram:AcceptResourceShareInvitation.
Filters access by resource shares owned by a specific account. For example, you can use this condition key to specify which resource share invitations can be accepted or rejected based on the resource share owner's account ID
A minimal policy that allows ram:AcceptResourceShareInvitation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRamAcceptResourceShareInvitation",
"Effect": "Allow",
"Action": "ram:AcceptResourceShareInvitation",
"Resource": "*"
}
]
}