organizations:DeclineHandshake

Write

organizations:DeclineHandshake is a Write access-level action in the organizations service. Grants permission to decline a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request

Resource types

ARNs that organizations:DeclineHandshake can be scoped to in an IAM policy.

arn:${Partition}:organizations::${Account}:handshake/o-${OrganizationId}/${HandshakeType}/h-${HandshakeId}
handshake

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOrganizationsDeclineHandshake",
      "Effect": "Allow",
      "Action": "organizations:DeclineHandshake",
      "Resource": "*"
    }
  ]
}

Related actions in organizations

View all organizations actions →