partnercentral:GetConnectionInvitation

Read

partnercentral:GetConnectionInvitation is a Read access-level action in the partnercentral service. Grants permission to retrieve connection invitation details in AWS Partner Central

Resource types

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

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

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in partnercentral

View all partnercentral actions →