partnercentral:RejectEngagementInvitation

Write

partnercentral:RejectEngagementInvitation is a Write access-level action in the partnercentral service. Grants permission to reject Engagement Invitations on AWS Partner Central

Resource types

ARNs that partnercentral:RejectEngagementInvitation can be scoped to in an IAM policy.

arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement-invitation/${Identifier}
engagement-invitation

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows partnercentral:RejectEngagementInvitation. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPartnercentralRejectEngagementInvitation",
      "Effect": "Allow",
      "Action": "partnercentral:RejectEngagementInvitation",
      "Resource": "*"
    }
  ]
}

Related actions in partnercentral

View all partnercentral actions →